diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2017-05-20 14:38:13 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-06-21 20:18:20 -0400 |
commit | b6aeab44ed387e5264d2969bc7deee993b29a515 (patch) | |
tree | 042727cd1359b8ab98bacab019e5f5a1c6e127dd | |
parent | 41f1830f5a7af77cf5c86359aba3cbd706687e52 (diff) |
ACPI: fix whitespace in pr_fmt() to align log entries
See this dmesg extract before the patch:
[ 0.679466] ACPI: Dynamic OEM Table Load:
[ 0.679470] ACPI: SSDT 0xFFFF910F6B497E00 00018A (v02 PmRef ApCst 00003000 INTL 20160422)
[ 0.679579] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.681477] ACPI : EC: EC started
[ 0.681478] ACPI : EC: interrupt blocked
[ 0.684798] ACPI: Interpreter enabled
[ 0.684835] ACPI: (supports S0 S3 S4 S5)
Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | drivers/acpi/acpi_dbg.c | 2 | ||||
-rw-r--r-- | drivers/acpi/button.c | 2 | ||||
-rw-r--r-- | drivers/acpi/ec.c | 2 | ||||
-rw-r--r-- | drivers/acpi/ioapic.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/acpi/acpi_dbg.c b/drivers/acpi/acpi_dbg.c index dee86925a9a1..3ec05aa1a903 100644 --- a/drivers/acpi/acpi_dbg.c +++ b/drivers/acpi/acpi_dbg.c | |||
@@ -10,7 +10,7 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | /* #define DEBUG */ | 12 | /* #define DEBUG */ |
13 | #define pr_fmt(fmt) "ACPI : AML: " fmt | 13 | #define pr_fmt(fmt) "ACPI: AML: " fmt |
14 | 14 | ||
15 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
16 | #include <linux/module.h> | 16 | #include <linux/module.h> |
diff --git a/drivers/acpi/button.c b/drivers/acpi/button.c index e19f530f1083..34e07d6f65ad 100644 --- a/drivers/acpi/button.c +++ b/drivers/acpi/button.c | |||
@@ -19,7 +19,7 @@ | |||
19 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 19 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #define pr_fmt(fmt) "ACPI : button: " fmt | 22 | #define pr_fmt(fmt) "ACPI: button: " fmt |
23 | 23 | ||
24 | #include <linux/kernel.h> | 24 | #include <linux/kernel.h> |
25 | #include <linux/module.h> | 25 | #include <linux/module.h> |
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index c24235d8fb52..01e6e392f2ad 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c | |||
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | /* Uncomment next line to get verbose printout */ | 28 | /* Uncomment next line to get verbose printout */ |
29 | /* #define DEBUG */ | 29 | /* #define DEBUG */ |
30 | #define pr_fmt(fmt) "ACPI : EC: " fmt | 30 | #define pr_fmt(fmt) "ACPI: EC: " fmt |
31 | 31 | ||
32 | #include <linux/kernel.h> | 32 | #include <linux/kernel.h> |
33 | #include <linux/module.h> | 33 | #include <linux/module.h> |
diff --git a/drivers/acpi/ioapic.c b/drivers/acpi/ioapic.c index 7e4fbf9a53a3..3595aa9c7c18 100644 --- a/drivers/acpi/ioapic.c +++ b/drivers/acpi/ioapic.c | |||
@@ -21,7 +21,7 @@ | |||
21 | * registered when we parsed the ACPI MADT. | 21 | * registered when we parsed the ACPI MADT. |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #define pr_fmt(fmt) "ACPI : IOAPIC: " fmt | 24 | #define pr_fmt(fmt) "ACPI: IOAPIC: " fmt |
25 | 25 | ||
26 | #include <linux/slab.h> | 26 | #include <linux/slab.h> |
27 | #include <linux/acpi.h> | 27 | #include <linux/acpi.h> |