Skip to content

Commit

Permalink
usb: renesas_usbhs: Use the correct style for SPDX License Identifier
Browse files Browse the repository at this point in the history
This patch corrects the SPDX License Identifier style in
header files related to Renesas USBHS 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.

Reviewed-by: Yoshihiro Shimoda <[email protected]>
Suggested-by: Joe Perches <[email protected]>
Signed-off-by: Nishad Kamdar <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
  • Loading branch information
nishadkamdar authored and felipebalbi committed May 25, 2020
1 parent a54177d commit 7edd9cb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion drivers/usb/renesas_usbhs/common.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-1.0+
/* SPDX-License-Identifier: GPL-1.0+ */
/*
* Renesas USB driver
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/renesas_usbhs/fifo.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-1.0+
/* SPDX-License-Identifier: GPL-1.0+ */
/*
* Renesas USB driver
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/renesas_usbhs/mod.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-1.0+
/* SPDX-License-Identifier: GPL-1.0+ */
/*
* Renesas USB driver
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/renesas_usbhs/pipe.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-1.0+
/* SPDX-License-Identifier: GPL-1.0+ */
/*
* Renesas USB driver
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/renesas_usbhs/rcar2.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* SPDX-License-Identifier: GPL-2.0 */
#include "common.h"

extern const struct renesas_usbhs_platform_info usbhs_rcar_gen2_plat_info;
2 changes: 1 addition & 1 deletion drivers/usb/renesas_usbhs/rcar3.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* SPDX-License-Identifier: GPL-2.0 */
#include "common.h"

extern const struct renesas_usbhs_platform_info usbhs_rcar_gen3_plat_info;
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/renesas_usbhs/rza.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* SPDX-License-Identifier: GPL-2.0 */
#include "common.h"

extern const struct renesas_usbhs_platform_info usbhs_rza1_plat_info;
Expand Down

0 comments on commit 7edd9cb

Please sign in to comment.