diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-24 21:29:12 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-24 23:10:42 +0200 |
commit | 9d82a1cdd391e84bfe5d70702ad4efe5be7d2236 (patch) | |
tree | de27de449d56e920881ddb5aa4feeac37c9ccb63 /net/ax25/ax25_ds_in.c | |
parent | atm: remove blank lines at EOF (diff) | |
download | linux-9d82a1cdd391e84bfe5d70702ad4efe5be7d2236.tar.xz linux-9d82a1cdd391e84bfe5d70702ad4efe5be7d2236.zip |
ax25: remove blank line at EOF
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ax25/ax25_ds_in.c')
-rw-r--r-- | net/ax25/ax25_ds_in.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ax25/ax25_ds_in.c b/net/ax25/ax25_ds_in.c index 891596e74278..488fc2d7085a 100644 --- a/net/ax25/ax25_ds_in.c +++ b/net/ax25/ax25_ds_in.c @@ -299,4 +299,3 @@ int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) return queued; } - |