net: cleanup unsigned to unsigned int
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / net / af_unix.h
index ca68e2cef23027fc545d3f649e48e68361620f12..2ee33da36a7a1b76e3bce6c1f237aa29d8d0f353 100644 (file)
@@ -22,7 +22,7 @@ extern struct hlist_head unix_socket_table[UNIX_HASH_SIZE + 1];
 struct unix_address {
        atomic_t        refcnt;
        int             len;
-       unsigned        hash;
+       unsigned int    hash;
        struct sockaddr_un name[0];
 };