diff options
Diffstat (limited to 'net/socket.c')
-rw-r--r-- | net/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket.c b/net/socket.c index dae8c6b84a09..f9f7d0872cac 100644 --- a/net/socket.c +++ b/net/socket.c | |||
@@ -2615,7 +2615,7 @@ static int bond_ioctl(struct net *net, unsigned int cmd, | |||
2615 | return dev_ioctl(net, cmd, uifr); | 2615 | return dev_ioctl(net, cmd, uifr); |
2616 | default: | 2616 | default: |
2617 | return -EINVAL; | 2617 | return -EINVAL; |
2618 | }; | 2618 | } |
2619 | } | 2619 | } |
2620 | 2620 | ||
2621 | static int siocdevprivate_ioctl(struct net *net, unsigned int cmd, | 2621 | static int siocdevprivate_ioctl(struct net *net, unsigned int cmd, |