ax25: remove blank line at EOF
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 24 Jul 2018 19:29:12 +0000 (12:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jul 2018 21:10:42 +0000 (14:10 -0700)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ax25/ax25_addr.c
net/ax25/ax25_ds_in.c
net/ax25/ax25_ds_subr.c
net/ax25/ax25_ip.c
net/ax25/ax25_out.c

index ac2542b..a14cfa7 100644 (file)
@@ -304,4 +304,3 @@ void ax25_digi_invert(const ax25_digi *in, ax25_digi *out)
                }
        }
 }
-
index 891596e..488fc2d 100644 (file)
@@ -299,4 +299,3 @@ int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type)
 
        return queued;
 }
-
index 28827e8..bc0329f 100644 (file)
@@ -205,4 +205,3 @@ void ax25_dama_off(ax25_cb *ax25)
        ax25->condition &= ~AX25_COND_DAMA_MODE;
        ax25_dev_dama_off(ax25->ax25_dev);
 }
-
index 183b1c5..70417e9 100644 (file)
@@ -249,4 +249,3 @@ const struct header_ops ax25_header_ops = {
 
 EXPORT_SYMBOL(ax25_header_ops);
 EXPORT_SYMBOL(ax25_ip_xmit);
-
index b11a5f4..3e5afc8 100644 (file)
@@ -394,4 +394,3 @@ int ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr)
        }
        return 0;
 }
-