forked from Minki/linux
wimax: remove blank lines at EOF
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
50f699b1f8
commit
bf9b5567da
@ -11,5 +11,3 @@ wimax-y := \
|
||||
stack.o
|
||||
|
||||
wimax-$(CONFIG_DEBUG_FS) += debugfs.o
|
||||
|
||||
|
||||
|
@ -76,5 +76,3 @@ void wimax_debugfs_rm(struct wimax_dev *wimax_dev)
|
||||
{
|
||||
debugfs_remove_recursive(wimax_dev->debugfs_dentry);
|
||||
}
|
||||
|
||||
|
||||
|
@ -404,4 +404,3 @@ error_no_wimax_dev:
|
||||
d_fnend(3, NULL, "(skb %p info %p) = %d\n", skb, info, result);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user