Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

llc: fix whitespace issues

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Stephen Hemminger and committed by
David S. Miller
a87e87db 1cb1d977

+2 -3
+1 -1
net/llc/Kconfig
··· 6 6 tristate "ANSI/IEEE 802.2 LLC type 2 Support" 7 7 select LLC 8 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 10 Select this if you want to have support for PF_LLC sockets.
+1 -1
net/llc/Makefile
··· 4 4 # Copyright (c) 1997 by Procom Technology,Inc. 5 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 8 # GNU General Public License as published by the Free Software Foundation. 9 9 # This program is distributed without any warranty or implied warranty 10 10 # of merchantability or fitness for a particular purpose.
-1
net/llc/llc_if.c
··· 151 151 sock_put(sk); 152 152 return rc; 153 153 } 154 -