diff options
author | Nishad Kamdar <nishadkamdar@gmail.com> | 2019-11-16 10:40:59 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-16 21:14:20 +0100 |
commit | acb9bdc1482280b0164d638ecd416eff6f694e9c (patch) | |
tree | e18c274293686ccee1b0338c26d1160a21840080 /drivers/net/ethernet/stmicro/stmmac/hwif.h | |
parent | octeontx2-af: Use the correct style for SPDX License Identifier (diff) | |
download | linux-acb9bdc1482280b0164d638ecd416eff6f694e9c.tar.xz linux-acb9bdc1482280b0164d638ecd416eff6f694e9c.zip |
net: stmmac: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style in
header files related to STMicroelectronics based Multi-Gigabit
Ethernet driver. 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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/hwif.h')
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/hwif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/hwif.h b/drivers/net/ethernet/stmicro/stmmac/hwif.h index ddb851d99618..9010d881b12e 100644 --- a/drivers/net/ethernet/stmicro/stmmac/hwif.h +++ b/drivers/net/ethernet/stmicro/stmmac/hwif.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: (GPL-2.0 OR MIT) +/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ // Copyright (c) 2018 Synopsys, Inc. and/or its affiliates. // stmmac HW Interface Callbacks |