Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d82a1cd authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller
Browse files

ax25: remove blank line at EOF

parent 543de888
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -304,4 +304,3 @@ void ax25_digi_invert(const ax25_digi *in, ax25_digi *out)
		}
	}
}
+0 −1
Original line number Diff line number Diff line
@@ -299,4 +299,3 @@ int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type)

	return queued;
}
+0 −1
Original line number Diff line number Diff line
@@ -205,4 +205,3 @@ void ax25_dama_off(ax25_cb *ax25)
	ax25->condition &= ~AX25_COND_DAMA_MODE;
	ax25_dev_dama_off(ax25->ax25_dev);
}
+0 −1
Original line number Diff line number Diff line
@@ -249,4 +249,3 @@ const struct header_ops ax25_header_ops = {

EXPORT_SYMBOL(ax25_header_ops);
EXPORT_SYMBOL(ax25_ip_xmit);
+0 −1
Original line number Diff line number Diff line
@@ -394,4 +394,3 @@ int ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr)
	}
	return 0;
}