linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] include: acpi: A typo fix in the file cppc_acpi.h
@ 2021-03-17  5:06 Bhaskar Chowdhury
  2021-03-17  5:16 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-17  5:06 UTC (permalink / raw)
  To: robert.moore, erik.kaneda, rafael.j.wysocki, lenb, linux-acpi,
	devel, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/folowing/following/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 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;
--
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] include: acpi: A typo fix in the file cppc_acpi.h
  2021-03-17  5:06 [PATCH] include: acpi: A typo fix in the file cppc_acpi.h Bhaskar Chowdhury
@ 2021-03-17  5:16 ` Randy Dunlap
  2021-03-19 16:33   ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2021-03-17  5:16 UTC (permalink / raw)
  To: Bhaskar Chowdhury, robert.moore, erik.kaneda, rafael.j.wysocki,
	lenb, linux-acpi, devel, linux-kernel

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;
> --


-- 
~Randy


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] include: acpi: A typo fix in the file cppc_acpi.h
  2021-03-17  5:16 ` Randy Dunlap
@ 2021-03-19 16:33   ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2021-03-19 16:33 UTC (permalink / raw)
  To: Randy Dunlap, Bhaskar Chowdhury
  Cc: Robert Moore, Erik Kaneda, Rafael Wysocki, Len Brown,
	ACPI Devel Maling List,
	open list:ACPI COMPONENT ARCHITECTURE (ACPICA),
	Linux Kernel Mailing List

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!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-19 16:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17  5:06 [PATCH] include: acpi: A typo fix in the file cppc_acpi.h Bhaskar Chowdhury
2021-03-17  5:16 ` Randy Dunlap
2021-03-19 16:33   ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).