diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-24 15:29:02 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-24 17:10:42 -0400 |
commit | bf9b5567da548ec56c263e210f958fa923a79503 (patch) | |
tree | 3b72e0597d41ccf20b4a7ee05ab7ac6c757ba65d | |
parent | 50f699b1f8462959482251a6cd1b7bc6bbd20796 (diff) |
wimax: remove blank lines at EOF
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/wimax/Makefile | 2 | ||||
-rw-r--r-- | net/wimax/debugfs.c | 2 | ||||
-rw-r--r-- | net/wimax/op-msg.c | 1 | ||||
-rw-r--r-- | net/wimax/stack.c | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/net/wimax/Makefile b/net/wimax/Makefile index eb2db0d3b880..c2a71ae487ac 100644 --- a/net/wimax/Makefile +++ b/net/wimax/Makefile | |||
@@ -11,5 +11,3 @@ wimax-y := \ | |||
11 | stack.o | 11 | stack.o |
12 | 12 | ||
13 | wimax-$(CONFIG_DEBUG_FS) += debugfs.o | 13 | wimax-$(CONFIG_DEBUG_FS) += debugfs.o |
14 | |||
15 | |||
diff --git a/net/wimax/debugfs.c b/net/wimax/debugfs.c index 6c9bedb7431e..24514840746e 100644 --- a/net/wimax/debugfs.c +++ b/net/wimax/debugfs.c | |||
@@ -76,5 +76,3 @@ void wimax_debugfs_rm(struct wimax_dev *wimax_dev) | |||
76 | { | 76 | { |
77 | debugfs_remove_recursive(wimax_dev->debugfs_dentry); | 77 | debugfs_remove_recursive(wimax_dev->debugfs_dentry); |
78 | } | 78 | } |
79 | |||
80 | |||
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: | |||
404 | d_fnend(3, NULL, "(skb %p info %p) = %d\n", skb, info, result); | 404 | d_fnend(3, NULL, "(skb %p info %p) = %d\n", skb, info, result); |
405 | return result; | 405 | return result; |
406 | } | 406 | } |
407 | |||
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); | |||
630 | MODULE_AUTHOR("Intel Corporation <linux-wimax@intel.com>"); | 630 | MODULE_AUTHOR("Intel Corporation <linux-wimax@intel.com>"); |
631 | MODULE_DESCRIPTION("Linux WiMAX stack"); | 631 | MODULE_DESCRIPTION("Linux WiMAX stack"); |
632 | MODULE_LICENSE("GPL"); | 632 | MODULE_LICENSE("GPL"); |
633 | |||