diff options
author | Maruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com> | 2018-12-19 15:10:40 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-03 16:32:51 +0000 |
commit | fd270fca2001bcdac0658eb673c20920baeed86c (patch) | |
tree | 114593860899a6afa48d238904364888bcb95966 /sound | |
parent | 906a9abc5de73c383af518f5a806f4be2993a0c7 (diff) | |
download | linux-fd270fca2001bcdac0658eb673c20920baeed86c.tar.bz2 |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/xilinx/xlnx_i2s.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/sound/soc/xilinx/xlnx_i2s.c b/sound/soc/xilinx/xlnx_i2s.c index d4ae9eff41ce..8b353166ad44 100644 --- a/sound/soc/xilinx/xlnx_i2s.c +++ b/sound/soc/xilinx/xlnx_i2s.c @@ -1,12 +1,11 @@ // SPDX-License-Identifier: GPL-2.0 -/* - * Xilinx ASoC I2S audio support - * - * Copyright (C) 2018 Xilinx, Inc. - * - * Author: Praveen Vuppala <praveenv@xilinx.com> - * Author: Maruthi Srinivas Bayyavarapu <maruthis@xilinx.com> - */ +// +// Xilinx ASoC I2S audio support +// +// Copyright (C) 2018 Xilinx, Inc. +// +// Author: Praveen Vuppala <praveenv@xilinx.com> +// Author: Maruthi Srinivas Bayyavarapu <maruthis@xilinx.com> #include <linux/io.h> #include <linux/module.h> |