aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/devinet.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/devinet.c')
-rw-r--r--net/ipv4/devinet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c
index 7ba2196e4377..8a01bfb7c873 100644
--- a/net/ipv4/devinet.c
+++ b/net/ipv4/devinet.c
@@ -1125,7 +1125,7 @@ skip:
1125 } 1125 }
1126} 1126}
1127 1127
1128static inline bool inetdev_valid_mtu(unsigned mtu) 1128static inline bool inetdev_valid_mtu(unsigned int mtu)
1129{ 1129{
1130 return mtu >= 68; 1130 return mtu >= 68;
1131} 1131}