diff mbox series

include: acpi: A typo fix in the file cppc_acpi.h

Message ID 20210317050641.4158096-1-unixbhaskar@gmail.com (mailing list archive)
State Mainlined, archived
Headers show
Series include: acpi: A typo fix in the file cppc_acpi.h | expand

Commit Message

Bhaskar Chowdhury March 17, 2021, 5:06 a.m. UTC
s/folowing/following/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 include/acpi/cppc_acpi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.30.2

Comments

Randy Dunlap March 17, 2021, 5:16 a.m. UTC | #1
On 3/16/21 10:06 PM, Bhaskar Chowdhury wrote:
> 
> s/folowing/following/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  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;
> --
Rafael J. Wysocki March 19, 2021, 4:33 p.m. UTC | #2
On Wed, Mar 17, 2021 at 6:17 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> On 3/16/21 10:06 PM, Bhaskar Chowdhury wrote:
> >
> > s/folowing/following/
> >
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>
> Acked-by: Randy Dunlap <rdunlap@infradead.org>
>
> > ---
> >  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!
diff mbox series

Patch

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;