diff options
author | Nishad Kamdar <nishadkamdar@gmail.com> | 2020-04-19 18:36:07 +0530 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2020-04-22 09:26:47 +0200 |
commit | 788a4ee607e8d138269fdba7c53f6f233b0e2e36 (patch) | |
tree | e38e92fd802b8603173077c6b7335a84db9c0410 /drivers/usb/serial/io_ti.h | |
parent | ae83d0b416db002fe95601e7f97f64b59514d936 (diff) |
USB: serial: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style in
header files related to USB Serial device configuration.
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>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/serial/io_ti.h')
-rw-r--r-- | drivers/usb/serial/io_ti.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/io_ti.h b/drivers/usb/serial/io_ti.h index 9bbcee37524e..50b899d55ed0 100644 --- a/drivers/usb/serial/io_ti.h +++ b/drivers/usb/serial/io_ti.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +/* SPDX-License-Identifier: GPL-2.0+ */ /***************************************************************************** * * Copyright (C) 1997-2002 Inside Out Networks, Inc. |