Skip to content

Commit ca9e742

Browse files
nishadkamdargregkh
authored andcommitted
USB: c67x00: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style in header files related to Cypress C67X00 USB Controller. 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 <[email protected]> Signed-off-by: Nishad Kamdar <[email protected]> Link: https://lore.kernel.org/r/20200315104022.GA3998@nishad Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 2274048 commit ca9e742

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/usb/c67x00/c67x00-hcd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0+
1+
/* SPDX-License-Identifier: GPL-2.0+ */
22
/*
33
* c67x00-hcd.h: Cypress C67X00 USB HCD
44
*

drivers/usb/c67x00/c67x00.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0+
1+
/* SPDX-License-Identifier: GPL-2.0+ */
22
/*
33
* c67x00.h: Cypress C67X00 USB register and field definitions
44
*

0 commit comments

Comments
 (0)