[NET] core: whitespace cleanup
Fix whitespace around keywords. Fix indentation especially of switch statements. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
add459aa1a
commit
e71a4783aa
@ -1292,7 +1292,7 @@ asmlinkage long sys_bind(int fd, struct sockaddr __user *umyaddr, int addrlen)
|
||||
int err, fput_needed;
|
||||
|
||||
sock = sockfd_lookup_light(fd, &err, &fput_needed);
|
||||
if(sock) {
|
||||
if (sock) {
|
||||
err = move_addr_to_kernel(umyaddr, addrlen, address);
|
||||
if (err >= 0) {
|
||||
err = security_socket_bind(sock,
|
||||
|
Reference in New Issue
Block a user