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>
This commit is contained in:
Sven Eckelmann
2012-03-07 09:07:46 +01:00
committed by Marek Lindner
parent 86ceb36056
commit 21a1236bc3
2 changed files with 3 additions and 13 deletions

View File

@@ -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 */