mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 21:21:09 +00:00
net: Remove unnecessary semicolons after switch statements
Also added an explicit break; to avoid a fallthrough in net/ipv4/tcp_input.c Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
935e2a26b8
commit
ccbd6a5a4f
7 changed files with 12 additions and 11 deletions
|
@ -2615,7 +2615,7 @@ static int bond_ioctl(struct net *net, unsigned int cmd,
|
|||
return dev_ioctl(net, cmd, uifr);
|
||||
default:
|
||||
return -EINVAL;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
static int siocdevprivate_ioctl(struct net *net, unsigned int cmd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue