diff options
author | Nishad Kamdar <nishadkamdar@gmail.com> | 2019-11-16 10:20:45 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-16 21:14:20 +0100 |
commit | 26b3f3cc0a5b30d5b6af4d614f1c324c29ff2a9c (patch) | |
tree | 19941b6ef448df98d17441fdf61591d673302894 /drivers/net/ethernet/marvell/octeontx2/af/rvu.h | |
parent | Merge branch 'ptp-Validate-the-ancillary-ioctl-flags-more-carefully' (diff) | |
download | linux-26b3f3cc0a5b30d5b6af4d614f1c324c29ff2a9c.tar.xz linux-26b3f3cc0a5b30d5b6af4d614f1c324c29ff2a9c.zip |
octeontx2-af: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style in
header files related to Marvell OcteonTX2 network devices.
It uses an expilict block comment for 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/ethernet/marvell/octeontx2/af/rvu.h')
-rw-r--r-- | drivers/net/ethernet/marvell/octeontx2/af/rvu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu.h b/drivers/net/ethernet/marvell/octeontx2/af/rvu.h index c9d60b0554c0..5222e4228905 100644 --- a/drivers/net/ethernet/marvell/octeontx2/af/rvu.h +++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: GPL-2.0 - * Marvell OcteonTx2 RVU Admin Function driver +/* SPDX-License-Identifier: GPL-2.0 */ +/* Marvell OcteonTx2 RVU Admin Function driver * * Copyright (C) 2018 Marvell International Ltd. * |