diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-24 22:29:04 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-25 00:10:42 +0300 |
commit | a87e87dbf3926ab43b862cd90ec122ebf7d5aad3 (patch) | |
tree | f2f3365907920894ac5f9888a0a9cfc5cc8419f4 /net/llc/Kconfig | |
parent | 1cb1d977b41ad9fbcbd57ba24b203d6cb2f79952 (diff) | |
download | linux-a87e87dbf3926ab43b862cd90ec122ebf7d5aad3.tar.xz |
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/Kconfig')
-rw-r--r-- | net/llc/Kconfig | 2 |
1 files changed, 1 insertions, 1 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 tristate "ANSI/IEEE 802.2 LLC type 2 Support" select LLC 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. |