projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0854a7f
)
net: mvpp2: Fix a typo in the license
author
Ezequiel Garcia
<
[email protected]
>
Mon, 14 Jul 2014 13:34:47 +0000
(10:34 -0300)
committer
David S. Miller
<
[email protected]
>
Tue, 15 Jul 2014 23:07:01 +0000
(16:07 -0700)
The proper string for this license is "GPL v2", instead of "GPLv2".
This commit fixes that.
Reported-by: Arnd Bergmann <
[email protected]
>
Signed-off-by: Ezequiel Garcia <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/marvell/mvpp2.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/marvell/mvpp2.c
b/drivers/net/ethernet/marvell/mvpp2.c
index 9463ede32e6a0f64610a6cb86aed2c5cd17e9e0a..f4de2a9316ff8c83cfeb8486deceaa58fb8e4ddb 100644
(file)
--- a/
drivers/net/ethernet/marvell/mvpp2.c
+++ b/
drivers/net/ethernet/marvell/mvpp2.c
@@
-6390,4
+6390,4
@@
module_platform_driver(mvpp2_driver);
MODULE_DESCRIPTION("Marvell PPv2 Ethernet Driver - www.marvell.com");
MODULE_AUTHOR("Marcin Wojtas <
[email protected]
>");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL
v2");