mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
[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:
parent
add459aa1a
commit
e71a4783aa
7 changed files with 543 additions and 548 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue