tty: serial: Use the correct style for SPDX License Identifier

This patch corrects the SPDX License Identifier style in
header files related to tty serial 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/20200301204517.GA10368@nishad
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Nishad Kamdar 2020-03-02 02:15:21 +05:30 committed by Greg Kroah-Hartman
parent 7ba87cfec7
commit 4f5f588737
12 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Driver for 8250/16550-type serial ports * Driver for 8250/16550-type serial ports
* *

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* Synopsys DesignWare 8250 library header file. */ /* Synopsys DesignWare 8250 library header file. */
#include <linux/types.h> #include <linux/types.h>

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* include/linux/atmel_serial.h * include/linux/atmel_serial.h
* *

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Driver for CPM (SCC/SMC) serial ports * Driver for CPM (SCC/SMC) serial ports
* *

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* icom.h * icom.h
* *

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/**************************************************************************** /****************************************************************************
* *
* Driver for the IFX spi modem. * Driver for the IFX spi modem.

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/************************************************************************ /************************************************************************
* Copyright 2003 Digi International (www.digi.com) * Copyright 2003 Digi International (www.digi.com)
* *

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* PIC32 Integrated Serial Driver. * PIC32 Integrated Serial Driver.
* *

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Helpers for controlling modem lines via GPIO * Helpers for controlling modem lines via GPIO
* *

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Drivers for CSR SiRFprimaII onboard UARTs. * Drivers for CSR SiRFprimaII onboard UARTs.
* *

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) Maxime Coquelin 2015 * Copyright (C) Maxime Coquelin 2015
* Copyright (C) STMicroelectronics SA 2017 * Copyright (C) STMicroelectronics SA 2017

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* timbuart.c timberdale FPGA GPIO driver * timbuart.c timberdale FPGA GPIO driver
* Copyright (c) 2009 Intel Corporation * Copyright (c) 2009 Intel Corporation