mirror of https://gitee.com/openkylin/linux.git
ASoC: xlnx: change license header format style
Changed License header from C to C++ style comment block. Signed-off-by: Maruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
906a9abc5d
commit
fd270fca20
|
@ -1,12 +1,11 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
//
|
||||||
* Xilinx ASoC I2S audio support
|
// Xilinx ASoC I2S audio support
|
||||||
*
|
//
|
||||||
* Copyright (C) 2018 Xilinx, Inc.
|
// Copyright (C) 2018 Xilinx, Inc.
|
||||||
*
|
//
|
||||||
* Author: Praveen Vuppala <praveenv@xilinx.com>
|
// Author: Praveen Vuppala <praveenv@xilinx.com>
|
||||||
* Author: Maruthi Srinivas Bayyavarapu <maruthis@xilinx.com>
|
// Author: Maruthi Srinivas Bayyavarapu <maruthis@xilinx.com>
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
|
Loading…
Reference in New Issue