Skip to content

Commit

Permalink
llc: fix whitespace issues
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hemminger <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
shemminger authored and davem330 committed Jul 24, 2018
1 parent 1cb1d97 commit a87e87d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net/llc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion net/llc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 1997 by Procom Technology,Inc.
# 2001-2003 by Arnaldo Carvalho de Melo <[email protected]>
#
# 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.
Expand Down
1 change: 0 additions & 1 deletion net/llc/llc_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,3 @@ int llc_send_disc(struct sock *sk)
sock_put(sk);
return rc;
}

0 comments on commit a87e87d

Please sign in to comment.