Re: [PATCH] ASoC: xlnx: change license header format style

2018-12-19 Thread Mark Brown
On Wed, Dec 19, 2018 at 07:17:04AM -0800, Christoph Hellwig wrote:
> On Wed, Dec 19, 2018 at 03:10:40PM +0530, Maruthi Srinivas Bayyavarapu wrote:
> > Changed License header from C to C++ style comment block.

> Why this completely pointless uglification that goes counter to
> the common style all over the kernel?

I asked for it, when you end up with a C++ comment immediately adjacent
to a C comment block it doesn't exactly look clean and intentional
either.


signature.asc
Description: PGP signature


Re: [PATCH] ASoC: xlnx: change license header format style

2018-12-19 Thread Christoph Hellwig
On Wed, Dec 19, 2018 at 03:10:40PM +0530, Maruthi Srinivas Bayyavarapu wrote:
> Changed License header from C to C++ style comment block.

Why this completely pointless uglification that goes counter to
the common style all over the kernel?


[PATCH] ASoC: xlnx: change license header format style

2018-12-19 Thread Maruthi Srinivas Bayyavarapu
Changed License header from C to C++ style comment block.

Signed-off-by: Maruthi Srinivas Bayyavarapu 

---
 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 
- * Author: Maruthi Srinivas Bayyavarapu 
- */
+//
+// Xilinx ASoC I2S audio support
+//
+// Copyright (C) 2018 Xilinx, Inc.
+//
+// Author: Praveen Vuppala 
+// Author: Maruthi Srinivas Bayyavarapu 
 
 #include 
 #include 
-- 
2.7.4