diff options
author | Sven Eckelmann <sven@narfation.org> | 2011-05-14 23:14:46 +0200 |
---|---|---|
committer | Sven Eckelmann <sven@narfation.org> | 2011-05-30 07:39:29 +0200 |
commit | d3a547be40008be590c169ff2d5d73cc7fada71d (patch) | |
tree | f844701c2a50e5f7e3138efa94f60d1622ae1ae0 /net/batman-adv/bat_debugfs.c | |
parent | 1b38bed562317701760b84cad12749985ceffb8b (diff) | |
download | op-kernel-dev-d3a547be40008be590c169ff2d5d73cc7fada71d.zip op-kernel-dev-d3a547be40008be590c169ff2d5d73cc7fada71d.tar.gz |
batman-adv: Annotate functions with format strings
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/batman-adv/bat_debugfs.c')
-rw-r--r-- | net/batman-adv/bat_debugfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/batman-adv/bat_debugfs.c b/net/batman-adv/bat_debugfs.c index abaeec5..4577d3f 100644 --- a/net/batman-adv/bat_debugfs.c +++ b/net/batman-adv/bat_debugfs.c @@ -50,6 +50,7 @@ static void emit_log_char(struct debug_log *debug_log, char c) debug_log->log_start = debug_log->log_end - log_buff_len; } +__printf(2, 3) static int fdebug_log(struct debug_log *debug_log, char *fmt, ...) { va_list args; |