]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/cifs/cifs_unicode.c
ext4: Remove (partial, never completed) fragment support
[linux-2.6-omap-h63xx.git] / fs / cifs / cifs_unicode.c
index 701e9a9185f2cf4ec62d45c56853d1d47b2b9e56..b5903b89250d412c93f31eb626252c44861463b4 100644 (file)
@@ -66,7 +66,7 @@ cifs_strtoUCS(__le16 * to, const char *from, int len,
 {
        int charlen;
        int i;
-       wchar_t * wchar_to = (wchar_t *)to; /* needed to quiet sparse */
+       wchar_t *wchar_to = (wchar_t *)to; /* needed to quiet sparse */
 
        for (i = 0; len && *from; i++, from += charlen, len -= charlen) {