ax25: remove blank line at EOF
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
543de8881d
commit
9d82a1cdd3
|
@ -304,4 +304,3 @@ void ax25_digi_invert(const ax25_digi *in, ax25_digi *out)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -299,4 +299,3 @@ int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type)
|
||||||
|
|
||||||
return queued;
|
return queued;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -205,4 +205,3 @@ void ax25_dama_off(ax25_cb *ax25)
|
||||||
ax25->condition &= ~AX25_COND_DAMA_MODE;
|
ax25->condition &= ~AX25_COND_DAMA_MODE;
|
||||||
ax25_dev_dama_off(ax25->ax25_dev);
|
ax25_dev_dama_off(ax25->ax25_dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -249,4 +249,3 @@ const struct header_ops ax25_header_ops = {
|
||||||
|
|
||||||
EXPORT_SYMBOL(ax25_header_ops);
|
EXPORT_SYMBOL(ax25_header_ops);
|
||||||
EXPORT_SYMBOL(ax25_ip_xmit);
|
EXPORT_SYMBOL(ax25_ip_xmit);
|
||||||
|
|
||||||
|
|
|
@ -394,4 +394,3 @@ int ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr)
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue