Re: [PATCH] include: acpi: A typo fix in the file cppc_acpi.h
From: "Rafael J. Wysocki" <rafael@kernel.org>
Date: 2021-03-19 16:34:13
Also in:
lkml
From: "Rafael J. Wysocki" <rafael@kernel.org>
Date: 2021-03-19 16:34:13
Also in:
lkml
On Wed, Mar 17, 2021 at 6:17 AM Randy Dunlap [off-list ref] wrote:
On 3/16/21 10:06 PM, Bhaskar Chowdhury wrote:quoted
s/folowing/following/ Signed-off-by: Bhaskar Chowdhury <redacted>Acked-by: Randy Dunlap <redacted>quoted
--- include/acpi/cppc_acpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/include/acpi/cppc_acpi.h b/include/acpi/cppc_acpi.h index c7fc4524e151..d174721bab33 100644 --- a/include/acpi/cppc_acpi.h +++ b/include/acpi/cppc_acpi.h@@ -31,7 +31,7 @@ #define CMD_READ 0 #define CMD_WRITE 1 -/* Each register has the folowing format. */ +/* Each register has the following format. */ struct cpc_reg { u8 descriptor; u16 length; --
Applied as 5.13 material with a minor edit in the subject, thanks!