From: Shyam Sundar S K Date: Mon, 6 Feb 2023 15:08:55 +0000 (+0530) Subject: platform/x86/amd: pmc: Add line break for readability X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=be1ca8ae66851ba6a8131c15e7f9c85430315f57;p=linux.git platform/x86/amd: pmc: Add line break for readability Add a line break for the code readability. Reviewed-by: Hans de Goede Signed-off-by: Shyam Sundar S K Link: https://lore.kernel.org/r/20230206150855.1938810-5-Shyam-sundar.S-k@amd.com Signed-off-by: Hans de Goede --- diff --git a/drivers/platform/x86/amd/pmc.c b/drivers/platform/x86/amd/pmc.c index b99fa676d35ed..ab05b9ee6655a 100644 --- 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,