git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cb812c
)
batman-adv: use seq_puts instead of seq_printf when the format is constant
author
Antonio Quartulli
<ordex@autistici.org>
Thu, 21 Mar 2013 08:23:29 +0000
(09:23 +0100)
committer
Antonio Quartulli
<ordex@autistici.org>
Wed, 27 Mar 2013 09:29:55 +0000
(10:29 +0100)
As reported by checkpatch, seq_puts has to be preferred with
respect to seq_printf when the format is a constant string
(no va_args)
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
No differences found