lib/stackdepot: use pr_fmt to define message format
authorAndrey Konovalov <andreyknvl@google.com>
Fri, 10 Feb 2023 21:15:50 +0000 (22:15 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 17 Feb 2023 04:43:48 +0000 (20:43 -0800)
commit4a6b5314d6bd9093dcc3c0c8e185af7df9a0fe34
tree3b1a3b5375765176939f5c8d24f801314de23609
parent15ef6a982f40a2b53b057dad24f00c3fb43e7e70
lib/stackdepot: use pr_fmt to define message format

Use pr_fmt to define the format for printing stack depot messages instead
of duplicating the "Stack Depot" prefix in each message.

Link: https://lkml.kernel.org/r/3d09db0171a0e92ff3eb0ee74de74558bc9b56c4.1676063693.git.andreyknvl@google.com
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Reviewed-by: Alexander Potapenko <glider@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/stackdepot.c