diff options
Diffstat (limited to 'net/ipv4/arp.c')
| -rw-r--r-- | net/ipv4/arp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/arp.c b/net/ipv4/arp.c index 05eb42f347e8..687971d83b4e 100644 --- a/net/ipv4/arp.c +++ b/net/ipv4/arp.c @@ -1181,7 +1181,7 @@ int arp_ioctl(struct net *net, unsigned int cmd, void __user *arg)  	case SIOCSARP:  		if (!ns_capable(net->user_ns, CAP_NET_ADMIN))  			return -EPERM; -		/* fall through */ +		fallthrough;  	case SIOCGARP:  		err = copy_from_user(&r, arg, sizeof(struct arpreq));  		if (err)  |