Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[CIFS] quiet sparse compile warning

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>

+2
+2
fs/cifs/winucase.c
··· 31 31 32 32 #include <linux/nls.h> 33 33 34 + wchar_t cifs_toupper(wchar_t in); /* quiet sparse */ 35 + 34 36 static const wchar_t t2_00[256] = { 35 37 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 36 38 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,