diff options
author | Nishad Kamdar <nishadkamdar@gmail.com> | 2019-11-27 18:49:08 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-27 11:25:48 -0800 |
commit | 9aab906a9adc292f2bb7eccfd0b1c0aa862296ca (patch) | |
tree | b27d2a8308dc547c2bde4d13630bc4ec7e858ff5 /drivers/net/phy/mdio-cavium.h | |
parent | b167191e2a851cb2e4c6ef8b91c83ff73ef41872 (diff) | |
download | talos-op-linux-9aab906a9adc292f2bb7eccfd0b1c0aa862296ca.tar.gz talos-op-linux-9aab906a9adc292f2bb7eccfd0b1c0aa862296ca.zip |
net: phy: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style in
header files related to PHY Layer for Ethernet 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). This patch also gives an explicit
block comment to the SPDX License Identifier.
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: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/mdio-cavium.h')
-rw-r--r-- | drivers/net/phy/mdio-cavium.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/mdio-cavium.h b/drivers/net/phy/mdio-cavium.h index b7f89ad27465..e33d3ea9a907 100644 --- a/drivers/net/phy/mdio-cavium.h +++ b/drivers/net/phy/mdio-cavium.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2009-2016 Cavium, Inc. */ |