diff options
Diffstat (limited to 'include/net/netns/hash.h')
-rw-r--r-- | include/net/netns/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netns/hash.h b/include/net/netns/hash.h index 548d78f2cc47..c06ac58ca107 100644 --- a/include/net/netns/hash.h +++ b/include/net/netns/hash.h @@ -5,7 +5,7 @@ struct net; -static inline unsigned net_hash_mix(struct net *net) +static inline unsigned int net_hash_mix(struct net *net) { #ifdef CONFIG_NET_NS /* |