Commit 3e45ed3c authored by Nishad Kamdar's avatar Nishad Kamdar Committed by Greg Kroah-Hartman

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: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarNishad Kamdar <nishadkamdar@gmail.com>
Link: https://lore.kernel.org/r/20200404092135.GA4522@nishadSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 081c95df
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* Copyright (C) 2005-2010,2012 Freescale Semiconductor, Inc. /* Copyright (C) 2005-2010,2012 Freescale Semiconductor, Inc.
* Copyright (c) 2005 MontaVista Software * Copyright (c) 2005 MontaVista Software
*/ */
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (c) 2001-2002 by David Brownell * Copyright (c) 2001-2002 by David Brownell
*/ */
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Freescale QUICC Engine USB Host Controller Driver * Freescale QUICC Engine USB Host Controller Driver
* *
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Macros and prototypes for i.MX21 * Macros and prototypes for i.MX21
* *
......
// SPDX-License-Identifier: GPL-1.0+ /* SPDX-License-Identifier: GPL-1.0+ */
/* /*
* OHCI HCD (Host Controller Driver) for USB. * OHCI HCD (Host Controller Driver) for USB.
* *
......
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* R8A66597 HCD (Host Controller Driver) * R8A66597 HCD (Host Controller Driver)
* *
......
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* xhci-debugfs.h - xHCI debugfs interface * xhci-debugfs.h - xHCI debugfs interface
* *
......
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* xHCI host controller driver * xHCI host controller driver
* *
......
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2015 MediaTek Inc. * Copyright (c) 2015 MediaTek Inc.
* Author: * Author:
......
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) 2014 Marvell * Copyright (C) 2014 Marvell
* *
......
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* xhci-plat.h - xHCI host controller driver platform Bus Glue. * xhci-plat.h - xHCI host controller driver platform Bus Glue.
* *
......
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* drivers/usb/host/xhci-rcar.h * drivers/usb/host/xhci-rcar.h
* *
......
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* xHCI host controller driver * xHCI host controller driver
* *
......
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* xHCI host controller driver * xHCI host controller driver
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment