]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - fs/cifs/cifs_unicode.h
CIFS: Fix sparse warnings
[thirdparty/kernel/stable.git] / fs / cifs / cifs_unicode.h
index 479bc0a941f35f79056dedc45ab99825669f1e6e..3d7298cc0aeb357899dfcd9216d5b76f17cc64d9 100644 (file)
@@ -130,10 +130,10 @@ wchar_t cifs_toupper(wchar_t in);
  * Returns:
  *     Address of the first string
  */
-static inline wchar_t *
-UniStrcat(wchar_t *ucs1, const wchar_t *ucs2)
+static inline __le16 *
+UniStrcat(__le16 *ucs1, const __le16 *ucs2)
 {
-       wchar_t *anchor = ucs1; /* save a pointer to start of ucs1 */
+       __le16 *anchor = ucs1;  /* save a pointer to start of ucs1 */
 
        while (*ucs1++) ;       /* To end of first string */
        ucs1--;                 /* Return to the null */