From: Antonio Quartulli Date: Thu, 21 Mar 2013 08:23:29 +0000 (+0100) Subject: batman-adv: use seq_puts instead of seq_printf when the format is constant X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~281^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c81465357ffe29da9ff20103afe4a59908e0d30;p=pandora-kernel.git batman-adv: use seq_puts instead of seq_printf when the format is constant 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 Signed-off-by: Marek Lindner --- Reading git-diff-tree failed