Skip to content

Commit 0025d83

Browse files
kuu-rtij-intel
authored andcommitted
ACPI: platform_profile: Add a prefix to log messages
Declare a pr_fmt prefix. Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Kurt Borja <kuurtb@gmail.com> Reviewed-by: Mark Pearson <mpearson-lenovo@squebb.ca> Tested-by: Mark Pearson <mpearson-lenovo@squebb.ca> Link: https://lore.kernel.org/r/20250116002721.75592-20-kuurtb@gmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent ee7f3e2 commit 0025d83

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/acpi/platform_profile.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
/* Platform profile sysfs interface */
44

5+
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
6+
57
#include <linux/acpi.h>
68
#include <linux/bits.h>
79
#include <linux/cleanup.h>

0 commit comments

Comments
 (0)