projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ac252a
)
platform/x86/amd: pmc: Add line break for readability
author
Shyam Sundar S K
<Shyam-sundar.S-k@amd.com>
Mon, 6 Feb 2023 15:08:55 +0000
(20:38 +0530)
committer
Hans de Goede
<hdegoede@redhat.com>
Fri, 10 Feb 2023 16:16:56 +0000
(17:16 +0100)
Add a line break for the code readability.
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
Link:
https://lore.kernel.org/r/20230206150855.1938810-5-Shyam-sundar.S-k@amd.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/amd/pmc.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/amd/pmc.c
b/drivers/platform/x86/amd/pmc.c
index b99fa676d35edab8681b4ef260a2806242062a2f..ab05b9ee6655aa63a3ddf1023bd2f8a70047b635 100644
(file)
--- a/
drivers/platform/x86/amd/pmc.c
+++ b/
drivers/platform/x86/amd/pmc.c
@@
-105,6
+105,7
@@
#define DELAY_MIN_US 2000
#define DELAY_MAX_US 3000
#define FIFO_SIZE 4096
+
enum amd_pmc_def {
MSG_TEST = 0x01,
MSG_OS_HINT_PCO,