media: xilinx: Use the correct style for SPDX License Identifier
authorNishad Kamdar <nishadkamdar@gmail.com>
Sat, 7 Sep 2019 14:21:36 +0000 (11:21 -0300)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 5 Nov 2019 11:30:51 +0000 (08:30 -0300)
This patch corrects the SPDX License Identifier style
in header files related to Video drivers for Xilinx devices.
For C header files Documentation/process/license-rules.rst
mandates C-like comments (opposed to C source files where
C++ style should be used)

Changes made by using a script provided by Joe Perches here:
https://lkml.org/lkml/2019/2/7/46.

Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/xilinx/xilinx-dma.h
drivers/media/platform/xilinx/xilinx-vip.h
drivers/media/platform/xilinx/xilinx-vipp.h
drivers/media/platform/xilinx/xilinx-vtc.h

index 5aec4d17eb212ce8c4ba0b7bc62f9c083e687921..2378bdae57aea0384db823b2ed2ef6fc9ca62e7e 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Xilinx Video DMA
  *
index f71e2b650453d4740db85c93e768f84a7a3a3ca0..a528a32ea1dc5aec26c5d5dcdbc991a1584cecf5 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Xilinx Video IP Core
  *
index e65fce9538f9280f81fb05daedf08028e7c06b39..cc52c1854dbda88be05fb07fbe4b853eb147a906 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Xilinx Video IP Composite Device
  *
index 90cf442452834fd9ba82dd9715c9d128fb008f72..855845911ffcd6c22e6813a153c7594734f05f8b 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Xilinx Video Timing Controller
  *