diff options
author | Antonio Quartulli <antonio@meshcoding.com> | 2014-09-01 14:37:28 +0200 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2015-01-07 17:21:56 +0100 |
commit | 8a3f8b6ac5c5791a04d0d30636190bfc68f2e37b (patch) | |
tree | 86e9704a7e5be05f7c0108dc82d5a6bb4de575db /net/batman-adv/soft-interface.c | |
parent | aa143d2837325d66150e1566b22b61f0c7a843c9 (diff) | |
download | blackbird-op-linux-8a3f8b6ac5c5791a04d0d30636190bfc68f2e37b.tar.gz blackbird-op-linux-8a3f8b6ac5c5791a04d0d30636190bfc68f2e37b.zip |
batman-adv: checkpatch - Please don't use multiple blank lines
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Diffstat (limited to 'net/batman-adv/soft-interface.c')
-rw-r--r-- | net/batman-adv/soft-interface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c index 5467955eb27c..5ec31d7de24f 100644 --- a/net/batman-adv/soft-interface.c +++ b/net/batman-adv/soft-interface.c @@ -36,7 +36,6 @@ #include "bridge_loop_avoidance.h" #include "network-coding.h" - static int batadv_get_settings(struct net_device *dev, struct ethtool_cmd *cmd); static void batadv_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info); |