projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e767cc
)
staging: vt6656: Use the correct style for SPDX license Identifier
author
Nishad Kamdar
<nishadkamdar@gmail.com>
Wed, 6 Feb 2019 14:51:53 +0000
(20:21 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 7 Feb 2019 12:33:54 +0000
(13:33 +0100)
This patch corrects the style for SPDX license Identifier in mac.h
by using "/* */" in place of "//" as per Linux kernel licensing rules.
Issue found by checkpatch.
Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/mac.h
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6656/mac.h
b/drivers/staging/vt6656/mac.h
index
94e700f
..
3fd87f9
100644
(file)
--- a/
drivers/staging/vt6656/mac.h
+++ b/
drivers/staging/vt6656/mac.h
@@
-1,4
+1,4
@@
-/
/ SPDX-License-Identifier: GPL-2.0+
+/
* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.