aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/pcie-cadence.h
diff options
context:
space:
mode:
authorKrzysztof Wilczynski <kw@linux.com>2019-08-28 15:53:22 +0200
committerBjorn Helgaas <bhelgaas@google.com>2019-11-21 07:49:25 -0600
commit65e3c803e7a49bea983c63d145e15bdb274faf27 (patch)
treecc7786327801d022a0685e1e0b765ba6de744b50 /drivers/pci/controller/pcie-cadence.h
parentx86/PCI: Add NumaChip SPDX GPL-2.0 to replace COPYING boilerplate (diff)
downloadwireguard-linux-65e3c803e7a49bea983c63d145e15bdb274faf27.tar.xz
wireguard-linux-65e3c803e7a49bea983c63d145e15bdb274faf27.zip
x86/PCI: Correct SPDX comment style
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>
Diffstat (limited to 'drivers/pci/controller/pcie-cadence.h')
-rw-r--r--drivers/pci/controller/pcie-cadence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/pcie-cadence.h b/drivers/pci/controller/pcie-cadence.h
index ae6bf2a2b3d3..f1cba3931b99 100644
--- a/drivers/pci/controller/pcie-cadence.h
+++ b/drivers/pci/controller/pcie-cadence.h
@@ -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>