On Wed, Mar 17, 2021 at 6:17 AM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > > On 3/16/21 10:06 PM, Bhaskar Chowdhury wrote: > > > > s/folowing/following/ > > > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> > > Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > > > --- > > 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!