]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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, 10 Feb 2023 23:36:09 +0000 (15:36 -0800)
commit2ffa87e190a5857e18d058b6af685796af6dbe0f
tree3979ebdbd63dc53cd2513729abaecd0425c900bd
parent28f2cb3ace0a45a6608cd43c0ae5af80c453fa11
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