diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-24 21:29:02 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-24 23:10:42 +0200 |
commit | bf9b5567da548ec56c263e210f958fa923a79503 (patch) | |
tree | 3b72e0597d41ccf20b4a7ee05ab7ac6c757ba65d /net/wimax/stack.c | |
parent | sched: fix trailing whitespace (diff) | |
download | linux-bf9b5567da548ec56c263e210f958fa923a79503.tar.xz linux-bf9b5567da548ec56c263e210f958fa923a79503.zip |
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 '')
-rw-r--r-- | net/wimax/stack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/wimax/stack.c b/net/wimax/stack.c index 73dba9c077bb..a6307813b6d5 100644 --- a/net/wimax/stack.c +++ b/net/wimax/stack.c @@ -630,4 +630,3 @@ module_exit(wimax_subsys_exit); MODULE_AUTHOR("Intel Corporation <linux-wimax@intel.com>"); MODULE_DESCRIPTION("Linux WiMAX stack"); MODULE_LICENSE("GPL"); - |