diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-24 12:29:13 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-24 14:10:42 -0700 |
commit | 27782f403fbfe531442b80f59e7e42ccbe00eb9c (patch) | |
tree | 71b2a2a1982876cbc3bbf14bd9a92b49ba58ab64 /net/x25 | |
parent | 9d82a1cdd391e84bfe5d70702ad4efe5be7d2236 (diff) | |
download | linux-27782f403fbfe531442b80f59e7e42ccbe00eb9c.tar.bz2 |
x25: remove blank lines at EOF
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/x25')
-rw-r--r-- | net/x25/Kconfig | 2 | ||||
-rw-r--r-- | net/x25/x25_subr.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/net/x25/Kconfig b/net/x25/Kconfig index e2fa133f9fba..59fcb41fc5e6 100644 --- a/net/x25/Kconfig +++ b/net/x25/Kconfig @@ -31,5 +31,3 @@ config X25 To compile this driver as a module, choose M here: the module will be called x25. If unsure, say N. - - diff --git a/net/x25/x25_subr.c b/net/x25/x25_subr.c index 9c214ec681ac..743103786652 100644 --- a/net/x25/x25_subr.c +++ b/net/x25/x25_subr.c @@ -381,4 +381,3 @@ void x25_check_rbuf(struct sock *sk) x25_stop_timer(sk); } } - |