lib/percpu-refcount.c: use a more common logging style
authorJoe Perches <joe@perches.com>
Thu, 4 Jun 2020 23:50:20 +0000 (16:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jun 2020 02:06:25 +0000 (19:06 -0700)
commita818e526cb4e5f8b06f4d648b88b269fbdd85bdd
tree280d43af52604a0ae4c29dfce236e2599343ef1c
parentacaab7335bd6f0c0b54ce3a00bd7f18222ce0f5f
lib/percpu-refcount.c: use a more common logging style

Remove the trailing newline from the used-once pr_fmt and add it to the
single use of pr_<level> in this code to use a more common logging style.

Miscellanea:

o Use %lu in the pr_debug format and remove the unnecessary cast

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: http://lkml.kernel.org/r/47372467902a047c03b0fd29aab56e0c38d3f848.camel@perches.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/percpu-refcount.c