x86/PCI: Correct SPDX comment style
authorKrzysztof Wilczynski <kw@linux.com>
Wed, 28 Aug 2019 13:53:22 +0000 (15:53 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 21 Nov 2019 13:49:25 +0000 (07:49 -0600)
Change:

  drivers/pci/controller/pcie-cadence.h
  drivers/pci/controller/pcie-rockchip.h

to use the correct SPDX comment style per section 2 of
Documentation/process/license-rules.rst.

These resolve the following checkpatch.pl warning:

  WARNING: Missing or malformed SPDX-License-Identifier tag in line 1

[bhelgaas: split to separate patch]
Link: https://lore.kernel.org/r/20190828135322.10370-1-kw@linux.com
Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/controller/pcie-cadence.h
drivers/pci/controller/pcie-rockchip.h

index ae6bf2a2b3d3aa80258579be3d29d1c1d577ccf3..f1cba3931b996dd4af88430de322383256908d09 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 // Copyright (c) 2017 Cadence
 // Cadence PCIe controller driver.
 // Author: Cyrille Pitchen <cyrille.pitchen@free-electrons.com>
index 8e87a059ce73d3921350f100315afbec0dda1f1d..53e4f9e596243a912df881eeaa333f3962a3177a 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Rockchip AXI PCIe controller driver
  *