Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: host: Use the correct style for SPDX License Identifier

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>

authored by

Nishad Kamdar and committed by
Greg Kroah-Hartman
3e45ed3c 081c95df

+14 -14
+1 -1
drivers/usb/host/ehci-fsl.h
··· 1 - // SPDX-License-Identifier: GPL-2.0+ 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 2 /* Copyright (C) 2005-2010,2012 Freescale Semiconductor, Inc. 3 3 * Copyright (c) 2005 MontaVista Software 4 4 */
+1 -1
drivers/usb/host/ehci.h
··· 1 - // SPDX-License-Identifier: GPL-2.0+ 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 2 /* 3 3 * Copyright (c) 2001-2002 by David Brownell 4 4 */
+1 -1
drivers/usb/host/fhci.h
··· 1 - // SPDX-License-Identifier: GPL-2.0+ 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 2 /* 3 3 * Freescale QUICC Engine USB Host Controller Driver 4 4 *
+1 -1
drivers/usb/host/imx21-hcd.h
··· 1 - // SPDX-License-Identifier: GPL-2.0+ 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 2 /* 3 3 * Macros and prototypes for i.MX21 4 4 *
+1 -1
drivers/usb/host/ohci.h
··· 1 - // SPDX-License-Identifier: GPL-1.0+ 1 + /* SPDX-License-Identifier: GPL-1.0+ */ 2 2 /* 3 3 * OHCI HCD (Host Controller Driver) for USB. 4 4 *
+1 -1
drivers/usb/host/r8a66597.h
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 2 /* 3 3 * R8A66597 HCD (Host Controller Driver) 4 4 *
+1 -1
drivers/usb/host/xhci-debugfs.h
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 2 /* 3 3 * xhci-debugfs.h - xHCI debugfs interface 4 4 *
+1 -1
drivers/usb/host/xhci-ext-caps.h
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 2 /* 3 3 * xHCI host controller driver 4 4 *
+1 -1
drivers/usb/host/xhci-mtk.h
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 2 /* 3 3 * Copyright (c) 2015 MediaTek Inc. 4 4 * Author:
+1 -1
drivers/usb/host/xhci-mvebu.h
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 2 /* 3 3 * Copyright (C) 2014 Marvell 4 4 *
+1 -1
drivers/usb/host/xhci-plat.h
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 2 /* 3 3 * xhci-plat.h - xHCI host controller driver platform Bus Glue. 4 4 *
+1 -1
drivers/usb/host/xhci-rcar.h
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 2 /* 3 3 * drivers/usb/host/xhci-rcar.h 4 4 *
+1 -1
drivers/usb/host/xhci-trace.h
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 2 /* 3 3 * xHCI host controller driver 4 4 *
+1 -1
drivers/usb/host/xhci.h
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 2 3 3 /* 4 4 * xHCI host controller driver