Commit a87e87db authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller

llc: fix whitespace issues

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1cb1d977
...@@ -6,5 +6,5 @@ config LLC2 ...@@ -6,5 +6,5 @@ config LLC2
tristate "ANSI/IEEE 802.2 LLC type 2 Support" tristate "ANSI/IEEE 802.2 LLC type 2 Support"
select LLC select LLC
help help
This is a Logical Link Layer type 2, connection oriented support. This is a Logical Link Layer type 2, connection oriented support.
Select this if you want to have support for PF_LLC sockets. Select this if you want to have support for PF_LLC sockets.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Copyright (c) 1997 by Procom Technology,Inc. # Copyright (c) 1997 by Procom Technology,Inc.
# 2001-2003 by Arnaldo Carvalho de Melo <acme@conectiva.com.br> # 2001-2003 by Arnaldo Carvalho de Melo <acme@conectiva.com.br>
# #
# This program can be redistributed or modified under the terms of the # This program can be redistributed or modified under the terms of the
# GNU General Public License as published by the Free Software Foundation. # GNU General Public License as published by the Free Software Foundation.
# This program is distributed without any warranty or implied warranty # This program is distributed without any warranty or implied warranty
# of merchantability or fitness for a particular purpose. # of merchantability or fitness for a particular purpose.
......
...@@ -151,4 +151,3 @@ int llc_send_disc(struct sock *sk) ...@@ -151,4 +151,3 @@ int llc_send_disc(struct sock *sk)
sock_put(sk); sock_put(sk);
return rc; return rc;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment