printk: use gnu_printf format attribute for printk_sprint()
authorJohn Ogness <john.ogness@linutronix.de>
Mon, 27 Sep 2021 14:22:03 +0000 (16:28 +0206)
committerPetr Mladek <pmladek@suse.com>
Mon, 4 Oct 2021 08:35:13 +0000 (10:35 +0200)
commit264a750472ea5bbc3abca23c16ee2a7501119a8d
treeab725e6bf7b130f3d70b9ab3a6ceed3caf192594
parent5aa7eea9316ceb4b57175ce04b39e498105b7e92
printk: use gnu_printf format attribute for printk_sprint()

Fix the following W=1 kernel build warning:

kernel/printk/printk.c: In function 'printk_sprint':
kernel/printk/printk.c:1913:9: warning: function 'printk_sprint' might be
a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format]

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20210927142203.124730-1-john.ogness@linutronix.de
kernel/printk/printk.c