llc: fix whitespace issues

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Stephen Hemminger 2018-07-24 12:29:04 -07:00 committed by David S. Miller
parent 1cb1d977b4
commit a87e87dbf3
3 changed files with 2 additions and 3 deletions

View File

@ -151,4 +151,3 @@ int llc_send_disc(struct sock *sk)
sock_put(sk);
return rc;
}