diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-24 12:29:02 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-24 14:10:42 -0700 |
commit | bf9b5567da548ec56c263e210f958fa923a79503 (patch) | |
tree | 3b72e0597d41ccf20b4a7ee05ab7ac6c757ba65d /net/wimax/op-msg.c | |
parent | 50f699b1f8462959482251a6cd1b7bc6bbd20796 (diff) | |
download | linux-bf9b5567da548ec56c263e210f958fa923a79503.tar.bz2 |
wimax: 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 'net/wimax/op-msg.c')
-rw-r--r-- | net/wimax/op-msg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/wimax/op-msg.c b/net/wimax/op-msg.c index 54aa146930bd..101b2fa3f32e 100644 --- a/net/wimax/op-msg.c +++ b/net/wimax/op-msg.c @@ -404,4 +404,3 @@ error_no_wimax_dev: d_fnend(3, NULL, "(skb %p info %p) = %d\n", skb, info, result); return result; } - |