aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio-i2c.h
diff options
context:
space:
mode:
authorNishad Kamdar <nishadkamdar@gmail.com>2019-11-27 18:49:08 +0530
committerDavid S. Miller <davem@davemloft.net>2019-11-27 11:25:48 -0800
commit9aab906a9adc292f2bb7eccfd0b1c0aa862296ca (patch)
treeb27d2a8308dc547c2bde4d13630bc4ec7e858ff5 /drivers/net/phy/mdio-i2c.h
parentnet: wireless: intel: iwlwifi: fix GRO_NORMAL packet stalling (diff)
downloadlinux-dev-9aab906a9adc292f2bb7eccfd0b1c0aa862296ca.tar.xz
linux-dev-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-i2c.h')
-rw-r--r--drivers/net/phy/mdio-i2c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/mdio-i2c.h b/drivers/net/phy/mdio-i2c.h
index 751dab281f57..b1d27f7cd23f 100644
--- a/drivers/net/phy/mdio-i2c.h
+++ b/drivers/net/phy/mdio-i2c.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* MDIO I2C bridge
*