Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

wimax: remove blank lines at EOF

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Stephen Hemminger and committed by
David S. Miller
bf9b5567 50f699b1

-6
-2
net/wimax/Makefile
··· 11 11 stack.o 12 12 13 13 wimax-$(CONFIG_DEBUG_FS) += debugfs.o 14 - 15 -
-2
net/wimax/debugfs.c
··· 76 76 { 77 77 debugfs_remove_recursive(wimax_dev->debugfs_dentry); 78 78 } 79 - 80 -
-1
net/wimax/op-msg.c
··· 404 404 d_fnend(3, NULL, "(skb %p info %p) = %d\n", skb, info, result); 405 405 return result; 406 406 } 407 -
-1
net/wimax/stack.c
··· 630 630 MODULE_AUTHOR("Intel Corporation <linux-wimax@intel.com>"); 631 631 MODULE_DESCRIPTION("Linux WiMAX stack"); 632 632 MODULE_LICENSE("GPL"); 633 -