diff options
author | Antonio Quartulli <antonio@meshcoding.com> | 2014-09-01 16:37:28 +0400 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2015-01-07 19:21:56 +0300 |
commit | 8a3f8b6ac5c5791a04d0d30636190bfc68f2e37b (patch) | |
tree | 86e9704a7e5be05f7c0108dc82d5a6bb4de575db /net/batman-adv/fragmentation.c | |
parent | aa143d2837325d66150e1566b22b61f0c7a843c9 (diff) | |
download | linux-8a3f8b6ac5c5791a04d0d30636190bfc68f2e37b.tar.xz |
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/fragmentation.c')
-rw-r--r-- | net/batman-adv/fragmentation.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/fragmentation.c b/net/batman-adv/fragmentation.c index 00f9e144cc97..3d1dcaa3e8b5 100644 --- a/net/batman-adv/fragmentation.c +++ b/net/batman-adv/fragmentation.c @@ -23,7 +23,6 @@ #include "hard-interface.h" #include "soft-interface.h" - /** * batadv_frag_clear_chain - delete entries in the fragment buffer chain * @head: head of chain with entries. |