Skip to content

Commit 9df80b1

Browse files
committed
ACPI: platform_profile: Add a prefix to log messages
JIRA: https://issues.redhat.com/browse/RHEL-89362 commit 0025d83 Author: Kurt Borja <kuurtb@gmail.com> Date: Wed Jan 15 19:27:21 2025 -0500 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> Signed-off-by: Mark Langsdorf <mlangsdo@redhat.com>
1 parent 39ebe7a commit 9df80b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)