summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/main.h
diff options
context:
space:
mode:
authorSven Eckelmann2012-03-07 09:07:46 +0100
committerMarek Lindner2012-03-10 23:29:44 +0100
commit21a1236bc3155c0c2efcce8ba03540fdf979ac00 (patch)
tree831bb5c1b64567161380b50d0581e1e067561cec /net/batman-adv/main.h
parentbatman-adv: Ignore 80-chars per line limits for strings (diff)
downloadkernel-qcow2-linux-21a1236bc3155c0c2efcce8ba03540fdf979ac00.tar.gz
kernel-qcow2-linux-21a1236bc3155c0c2efcce8ba03540fdf979ac00.tar.xz
kernel-qcow2-linux-21a1236bc3155c0c2efcce8ba03540fdf979ac00.zip
batman-adv: Don't begin block comments with only a /* line
Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Diffstat (limited to 'net/batman-adv/main.h')
-rw-r--r--net/batman-adv/main.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h
index 1468788a9d64..94fa1c2393a6 100644
--- a/net/batman-adv/main.h
+++ b/net/batman-adv/main.h
@@ -107,9 +107,7 @@ enum uev_type {
#define GW_THRESHOLD 50
-/*
- * Debug Messages
- */
+/* Debug Messages */
#ifdef pr_fmt
#undef pr_fmt
#endif
@@ -124,14 +122,7 @@ enum dbg_level {
DBG_ALL = 7
};
-
-/*
- * Vis
- */
-
-/*
- * Kernel headers
- */
+/* Kernel headers */
#include <linux/mutex.h> /* mutex */
#include <linux/module.h> /* needed by all modules */