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:
cbdc61a
)
lib/ucs2_string.c: add MODULE_LICENSE()
author
Randy Dunlap
<
[email protected]
>
Fri, 8 Jun 2018 00:10:55 +0000
(17:10 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 8 Jun 2018 00:34:39 +0000
(17:34 -0700)
Fix missing MODULE_LICENSE() warning in lib/ucs2_string.c:
WARNING: modpost: missing MODULE_LICENSE() in lib/ucs2_string.o
see include/linux/module.h for more information
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Randy Dunlap <
[email protected]
>
Cc: Greg Kroah-Hartman <
[email protected]
>
Cc: Matthew Garrett <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
lib/ucs2_string.c
patch
|
blob
|
history
diff --git
a/lib/ucs2_string.c
b/lib/ucs2_string.c
index d7e06b28de38299ce1a892f8e90b5f0c5d555a28..0a559a42359b82182c37d5f9f1520e01cbe52f4f 100644
(file)
--- a/
lib/ucs2_string.c
+++ b/
lib/ucs2_string.c
@@
-112,3
+112,5
@@
ucs2_as_utf8(u8 *dest, const ucs2_char_t *src, unsigned long maxlength)
return j;
}
EXPORT_SYMBOL(ucs2_as_utf8);
+
+MODULE_LICENSE("GPL v2");