Searched hist:"9 ac17575804024fb3d5692cad7afc08929bab981" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/math/ |
H A D | prime_numbers.c | diff 9ac17575804024fb3d5692cad7afc08929bab981 Thu Jun 04 18:50:08 CDT 2020 Christophe JAILLET <christophe.jaillet@wanadoo.fr> lib/math: avoid trailing newline hidden in pr_fmt()
pr_xxx() functions usually have a newline at the end of the logging message.
Here, this newline is added via the 'pr_fmt' macro.
In order to be more consistent with other files, use a more standard convention and put these newlines back in the messages themselves and remove it from the pr_fmt macro.
While at it, use __func__ instead of hardcoding a function name in the last message.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/20200409163234.22830-1-christophe.jaillet@wanadoo.fr Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|