Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf9b5567 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller
Browse files

wimax: remove blank lines at EOF

parent 50f699b1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -11,5 +11,3 @@ wimax-y := \
	stack.o

wimax-$(CONFIG_DEBUG_FS) += debugfs.o

+0 −2
Original line number Diff line number Diff line
@@ -76,5 +76,3 @@ void wimax_debugfs_rm(struct wimax_dev *wimax_dev)
{
	debugfs_remove_recursive(wimax_dev->debugfs_dentry);
}

+0 −1
Original line number Diff line number Diff line
@@ -404,4 +404,3 @@ int wimax_gnl_doit_msg_from_user(struct sk_buff *skb, struct genl_info *info)
	d_fnend(3, NULL, "(skb %p info %p) = %d\n", skb, info, result);
	return result;
}
+0 −1
Original line number Diff line number Diff line
@@ -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");