printk: add __printf attributes to internal functions
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>
Wed, 24 May 2017 05:49:50 +0000 (07:49 +0200)
committerPetr Mladek <pmladek@suse.com>
Tue, 13 Jun 2017 14:36:02 +0000 (16:36 +0200)
commitf4e981cba2dec675d40ac4f270b7e8ac164c9004
treea0132cc2af987efc099efefaa304178941ff154e
parent719f6a7040f1bdaf96fcc709d272548facb88e90
printk: add __printf attributes to internal functions

When compiling with -Wsuggest-attribute=format, gcc complains that some
functions in kernel/printk/printk_safe.c transmit their argument to
printf-like functions without having a printf attribute. Silence these
warnings by adding relevant __printf attributes.

Link: http://lkml.kernel.org/r/20170524054950.6722-1-nicolas.iooss_linux@m4x.org
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
kernel/printk/printk_safe.c