diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-24 12:29:12 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-24 14:10:42 -0700 |
commit | 9d82a1cdd391e84bfe5d70702ad4efe5be7d2236 (patch) | |
tree | de27de449d56e920881ddb5aa4feeac37c9ccb63 /net/ax25/ax25_ds_subr.c | |
parent | 543de8881dfe759b304bbbcac8c360d1af52c6b3 (diff) |
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_subr.c')
-rw-r--r-- | net/ax25/ax25_ds_subr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ax25/ax25_ds_subr.c b/net/ax25/ax25_ds_subr.c index 28827e81ba2b..bc0329f43013 100644 --- a/net/ax25/ax25_ds_subr.c +++ b/net/ax25/ax25_ds_subr.c @@ -205,4 +205,3 @@ void ax25_dama_off(ax25_cb *ax25) ax25->condition &= ~AX25_COND_DAMA_MODE; ax25_dev_dama_off(ax25->ax25_dev); } - |