diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-24 15:29:04 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-24 17:10:42 -0400 |
commit | a87e87dbf3926ab43b862cd90ec122ebf7d5aad3 (patch) | |
tree | f2f3365907920894ac5f9888a0a9cfc5cc8419f4 /net/llc | |
parent | 1cb1d977b41ad9fbcbd57ba24b203d6cb2f79952 (diff) |
llc: fix whitespace issues
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/llc')
-rw-r--r-- | net/llc/Kconfig | 2 | ||||
-rw-r--r-- | net/llc/Makefile | 2 | ||||
-rw-r--r-- | net/llc/llc_if.c | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/net/llc/Kconfig b/net/llc/Kconfig index b91c65108162..176a6c1521a5 100644 --- a/net/llc/Kconfig +++ b/net/llc/Kconfig | |||
@@ -6,5 +6,5 @@ config LLC2 | |||
6 | tristate "ANSI/IEEE 802.2 LLC type 2 Support" | 6 | tristate "ANSI/IEEE 802.2 LLC type 2 Support" |
7 | select LLC | 7 | select LLC |
8 | help | 8 | help |
9 | This is a Logical Link Layer type 2, connection oriented support. | 9 | This is a Logical Link Layer type 2, connection oriented support. |
10 | Select this if you want to have support for PF_LLC sockets. | 10 | Select this if you want to have support for PF_LLC sockets. |
diff --git a/net/llc/Makefile b/net/llc/Makefile index 4e260cff3c5d..5e0ef436daae 100644 --- a/net/llc/Makefile +++ b/net/llc/Makefile | |||
@@ -4,7 +4,7 @@ | |||
4 | # Copyright (c) 1997 by Procom Technology,Inc. | 4 | # Copyright (c) 1997 by Procom Technology,Inc. |
5 | # 2001-2003 by Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 5 | # 2001-2003 by Arnaldo Carvalho de Melo <acme@conectiva.com.br> |
6 | # | 6 | # |
7 | # This program can be redistributed or modified under the terms of the | 7 | # This program can be redistributed or modified under the terms of the |
8 | # GNU General Public License as published by the Free Software Foundation. | 8 | # GNU General Public License as published by the Free Software Foundation. |
9 | # This program is distributed without any warranty or implied warranty | 9 | # This program is distributed without any warranty or implied warranty |
10 | # of merchantability or fitness for a particular purpose. | 10 | # of merchantability or fitness for a particular purpose. |
diff --git a/net/llc/llc_if.c b/net/llc/llc_if.c index 6daf391b3e84..8db03c2d5440 100644 --- a/net/llc/llc_if.c +++ b/net/llc/llc_if.c | |||
@@ -151,4 +151,3 @@ out: | |||
151 | sock_put(sk); | 151 | sock_put(sk); |
152 | return rc; | 152 | return rc; |
153 | } | 153 | } |
154 | |||