]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
USB: host: Use the correct style for SPDX License Identifier
authorNishad Kamdar <nishadkamdar@gmail.com>
Sat, 4 Apr 2020 09:21:40 +0000 (14:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Apr 2020 12:32:46 +0000 (14:32 +0200)
This patch corrects the SPDX License Identifier style in
header files related to USB host controller drivers.
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>
Link: https://lore.kernel.org/r/20200404092135.GA4522@nishad
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14 files changed:
drivers/usb/host/ehci-fsl.h
drivers/usb/host/ehci.h
drivers/usb/host/fhci.h
drivers/usb/host/imx21-hcd.h
drivers/usb/host/ohci.h
drivers/usb/host/r8a66597.h
drivers/usb/host/xhci-debugfs.h
drivers/usb/host/xhci-ext-caps.h
drivers/usb/host/xhci-mtk.h
drivers/usb/host/xhci-mvebu.h
drivers/usb/host/xhci-plat.h
drivers/usb/host/xhci-rcar.h
drivers/usb/host/xhci-trace.h
drivers/usb/host/xhci.h

index 9d18c6e6ab27d1b7e050a6ae77ca5b73f1f38e63..c95341d472f4e3d7f61adb9ed7296352cefd1732 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
 /* Copyright (C) 2005-2010,2012 Freescale Semiconductor, Inc.
  * Copyright (c) 2005 MontaVista Software
  */
index 229b3de319e64eda9df96265f4ddea95752fafcb..eabf22a78eae037ca51d7041d7d8ea42b2e07e42 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (c) 2001-2002 by David Brownell
  */
index 2ce5031d866d06c68fe7c13283fb8ab3fce2a2e3..81fbc019a9b3e979d7f441f903cd08d2a75c56a8 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Freescale QUICC Engine USB Host Controller Driver
  *
index 7b9cf0a38d6eead6a74c767af8cc3ff40c606bee..96d16752a73e27944b0a408f42f3640365d920b6 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Macros and prototypes for i.MX21
  *
index 27c26ca10bfd89aca6fa798383938630c474559a..b85a39588f9d9eec1aa87b2526bdeaaf8e5346cc 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-1.0+
+/* SPDX-License-Identifier: GPL-1.0+ */
 /*
  * OHCI HCD (Host Controller Driver) for USB.
  *
index 51973a92352637a618937a2c127081a0893c9064..ab081475c1131d70f1be4dbd96f76dc77171f43d 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * R8A66597 HCD (Host Controller Driver)
  *
index f7a4e2492b00b10255197b509613a7df05299220..56db635fcd6e2cbb873c02543158ce0de968f3e3 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * xhci-debugfs.h - xHCI debugfs interface
  *
index 268328c206816b4cd037bca3526286c2d14b4eb3..fa59b242cd5154d075b156ee654c8311bbf04f68 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * xHCI host controller driver
  *
index acd56517215aeefe27abd5d27fa695d477bb95ec..a93cfe8179049d5d6518d27c4d504aaf13c1b918 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (c) 2015 MediaTek Inc.
  * Author:
index ca0a3a5721dd720f58e715e302a67b444f8858fd..3be021793cc8b07fcab2529214e57599c6f20d2d 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2014 Marvell
  *
index 5681723fc9cd73b8c6bf40ef0d764df5e4fde511..b49f6447bd3a5d870f91334ce34b68e8c4b1a467 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * xhci-plat.h - xHCI host controller driver platform Bus Glue.
  *
index 012744a63a4991c178363fe9ebf213b2552eaf7f..048ad3b8a6c78c6c1a22631902808bf478beebb8 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * drivers/usb/host/xhci-rcar.h
  *
index b19582b2a72c0f4a586261ce79011b1a647a7387..627abd236dbe1461f653e63b0bddb65e51160ff8 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * xHCI host controller driver
  *
index 3289bb51620172c8490135aa3f9f7849a55246fb..fb50f0e82d0825e8e84570c7c3a028019de87fbd 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 
 /*
  * xHCI host controller driver