Skip to content

Commit

Permalink
wimax: remove blank lines at EOF
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hemminger <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
shemminger authored and davem330 committed Jul 24, 2018
1 parent 50f699b commit bf9b556
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions net/wimax/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ wimax-y := \
stack.o

wimax-$(CONFIG_DEBUG_FS) += debugfs.o


2 changes: 0 additions & 2 deletions net/wimax/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,3 @@ void wimax_debugfs_rm(struct wimax_dev *wimax_dev)
{
debugfs_remove_recursive(wimax_dev->debugfs_dentry);
}


1 change: 0 additions & 1 deletion net/wimax/op-msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

1 change: 0 additions & 1 deletion net/wimax/stack.c
Original file line number Diff line number Diff line change
Expand Up @@ -630,4 +630,3 @@ module_exit(wimax_subsys_exit);
MODULE_AUTHOR("Intel Corporation <[email protected]>");
MODULE_DESCRIPTION("Linux WiMAX stack");
MODULE_LICENSE("GPL");

0 comments on commit bf9b556

Please sign in to comment.