diff options
author | 2018-07-24 12:29:09 -0700 | |
---|---|---|
committer | 2018-07-24 14:10:42 -0700 | |
commit | ed976ea7307876a8557b4c069edf9314ed7459d0 (patch) | |
tree | a221dc6cdf23012c2e5485c81aa3b83d27c71090 /net/ipv6/ila/ila_xlat.c | |
parent | sctp: whitespace fixes (diff) | |
download | wireguard-linux-ed976ea7307876a8557b4c069edf9314ed7459d0.tar.xz wireguard-linux-ed976ea7307876a8557b4c069edf9314ed7459d0.zip |
ila: remove blank lines at EOF
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | net/ipv6/ila/ila_xlat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/ila/ila_xlat.c b/net/ipv6/ila/ila_xlat.c index 51a15ce50a64..17c455ff69ff 100644 --- a/net/ipv6/ila/ila_xlat.c +++ b/net/ipv6/ila/ila_xlat.c @@ -663,4 +663,3 @@ static int ila_xlat_addr(struct sk_buff *skb, bool sir2ila) return 0; } - |