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

From: Maruthi Srinivas Bayyavarapu
Date: Wed Dec 19 2018 - 04:40:40 EST


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

Signed-off-by: Maruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xxxxxxxxxx>
Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
---
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 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@xxxxxxxxxx>
- * Author: Maruthi Srinivas Bayyavarapu <maruthis@xxxxxxxxxx>
- */
+//
+// Xilinx ASoC I2S audio support
+//
+// Copyright (C) 2018 Xilinx, Inc.
+//
+// Author: Praveen Vuppala <praveenv@xxxxxxxxxx>
+// Author: Maruthi Srinivas Bayyavarapu <maruthis@xxxxxxxxxx>

#include <linux/io.h>
#include <linux/module.h>
--
2.20.1