[alsa-devel] [PATCH] ASoC: xlnx: change license header format style

Maruthi Srinivas Bayyavarapu maruthi.srinivas.bayyavarapu at xilinx.com
Wed Dec 19 10:40:40 CET 2018


Changed License header from C to C++ style comment block.

Signed-off-by: Maruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu at xilinx.com>
---
 sound/soc/xilinx/xlnx_i2s.c | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/sound/soc/xilinx/xlnx_i2s.c b/sound/soc/xilinx/xlnx_i2s.c
index d4ae9ef..8b35316 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 at xilinx.com>
- * Author: Maruthi Srinivas Bayyavarapu <maruthis at xilinx.com>
- */
+//
+// Xilinx ASoC I2S audio support
+//
+// Copyright (C) 2018 Xilinx, Inc.
+//
+// Author: Praveen Vuppala <praveenv at xilinx.com>
+// Author: Maruthi Srinivas Bayyavarapu <maruthis at xilinx.com>
 
 #include <linux/io.h>
 #include <linux/module.h>
-- 
2.7.4



More information about the Alsa-devel mailing list