Skip to content

Commit e2b3c16

Browse files
nathanlynchmpe
authored andcommitted
powerpc/cacheinfo: Set pr_fmt()
Set pr_fmt() so we get a nice prefix on messages. Signed-off-by: Nathan Lynch <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent aff7795 commit e2b3c16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/powerpc/kernel/cacheinfo.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* Author: Nathan Lynch
88
*/
99

10+
#define pr_fmt(fmt) "cacheinfo: " fmt
11+
1012
#include <linux/cpu.h>
1113
#include <linux/cpumask.h>
1214
#include <linux/kernel.h>

0 commit comments

Comments
 (0)