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:
9cfe268
)
intel_scu_ipcutils: Fix the license tag
author
Alan Cox
<
[email protected]
>
Tue, 25 Jan 2011 14:33:36 +0000
(14:33 +0000)
committer
Linus Torvalds
<
[email protected]
>
Tue, 25 Jan 2011 22:57:18 +0000
(08:57 +1000)
GPL V2 should be GPL v2
Signed-off-by: Alan Cox <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/platform/x86/intel_scu_ipcutil.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/intel_scu_ipcutil.c
b/drivers/platform/x86/intel_scu_ipcutil.c
index ba3231d0819ee12163807147332297082341ee1c..b93a03259c16909b2e7a811a0aea1a4278239aa8 100644
(file)
--- a/
drivers/platform/x86/intel_scu_ipcutil.c
+++ b/
drivers/platform/x86/intel_scu_ipcutil.c
@@
-128,6
+128,6
@@
static void __exit ipc_module_exit(void)
module_init(ipc_module_init);
module_exit(ipc_module_exit);
-MODULE_LICENSE("GPL
V
2");
+MODULE_LICENSE("GPL
v
2");
MODULE_DESCRIPTION("Utility driver for intel scu ipc");
MODULE_AUTHOR("Sreedhara <
[email protected]
>");