projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32811d2
)
[CIFS] quiet sparse compile warning
author
Steve French
<smfrench@gmail.com>
Sun, 8 Sep 2013 19:54:24 +0000
(14:54 -0500)
committer
Steve French
<smfrench@gmail.com>
Sun, 8 Sep 2013 19:54:24 +0000
(14:54 -0500)
Jeff's patchset introduced trivial sparse warning on new cifs toupper routine
Signed-off-by: Steve French <smfrench@gmail.com>
CC: Jeff Layton <jlayton@redhat.com>
fs/cifs/winucase.c
patch
|
blob
|
history
diff --git
a/fs/cifs/winucase.c
b/fs/cifs/winucase.c
index 63cca4aa32da5e19c3997135435245e86d2ee9cf..1506d4fddb2c37ef3fa1213e3050d53de8ea0765 100644
(file)
--- a/
fs/cifs/winucase.c
+++ b/
fs/cifs/winucase.c
@@
-31,6
+31,8
@@
#include <linux/nls.h>
+wchar_t cifs_toupper(wchar_t in); /* quiet sparse */
+
static const wchar_t t2_00[256] = {
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,