llc: fix whitespace issues
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 24 Jul 2018 19:29:04 +0000 (12:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jul 2018 21:10:42 +0000 (14:10 -0700)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/llc/Kconfig
net/llc/Makefile
net/llc/llc_if.c

index b91c6510816253b82cfe9e81d2c7a2cce0a30640..176a6c1521a56f6048eacd84f6c75387df45730c 100644 (file)
@@ -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.
index 4e260cff3c5d89d3064120f4f3718e6feff1e44a..5e0ef436daaefbb623c056bffc8cee765b160c59 100644 (file)
@@ -4,7 +4,7 @@
 # Copyright (c) 1997 by Procom Technology,Inc.
 #              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.
 # This program is distributed without any warranty or implied warranty
 # of merchantability or fitness for a particular purpose.
index 6daf391b3e847db42396caf9fbbfe7dca6440006..8db03c2d5440b12536b3b7016bc5c01b56666d8a 100644 (file)
@@ -151,4 +151,3 @@ out:
        sock_put(sk);
        return rc;
 }
-