Skip to content

Commit

Permalink
ax25: remove blank line at EOF
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hemminger <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
shemminger authored and davem330 committed Jul 24, 2018
1 parent 543de88 commit 9d82a1c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion net/ax25/ax25_addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,3 @@ void ax25_digi_invert(const ax25_digi *in, ax25_digi *out)
}
}
}

1 change: 0 additions & 1 deletion net/ax25/ax25_ds_in.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,3 @@ int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type)

return queued;
}

1 change: 0 additions & 1 deletion net/ax25/ax25_ds_subr.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,3 @@ void ax25_dama_off(ax25_cb *ax25)
ax25->condition &= ~AX25_COND_DAMA_MODE;
ax25_dev_dama_off(ax25->ax25_dev);
}

1 change: 0 additions & 1 deletion net/ax25/ax25_ip.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,3 @@ const struct header_ops ax25_header_ops = {

EXPORT_SYMBOL(ax25_header_ops);
EXPORT_SYMBOL(ax25_ip_xmit);

1 change: 0 additions & 1 deletion net/ax25/ax25_out.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,4 +394,3 @@ int ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr)
}
return 0;
}

0 comments on commit 9d82a1c

Please sign in to comment.