linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI: actypes.h: drop a duplicated word
@ 2020-07-19  0:26 Randy Dunlap
  2020-07-27 12:44 ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2020-07-19  0:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Rafael J. Wysocki, Len Brown, linux-acpi

Drop the repeated word "an" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Len Brown <lenb@kernel.org>
Cc: linux-acpi@vger.kernel.org
---
 include/acpi/actypes.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200717.orig/include/acpi/actypes.h
+++ linux-next-20200717/include/acpi/actypes.h
@@ -824,7 +824,7 @@ typedef u8 acpi_adr_space_type;
  *
  * Note: A Data Table region is a special type of operation region
  * that has its own AML opcode. However, internally, the AML
- * interpreter simply creates an operation region with an an address
+ * interpreter simply creates an operation region with an address
  * space type of ACPI_ADR_SPACE_DATA_TABLE.
  */
 #define ACPI_ADR_SPACE_DATA_TABLE       (acpi_adr_space_type) 0x7E	/* Internal to ACPICA only */

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

* Re: [PATCH] ACPI: actypes.h: drop a duplicated word
  2020-07-19  0:26 [PATCH] ACPI: actypes.h: drop a duplicated word Randy Dunlap
@ 2020-07-27 12:44 ` Rafael J. Wysocki
  2020-07-27 16:49   ` Kaneda, Erik
  0 siblings, 1 reply; 3+ messages in thread
From: Rafael J. Wysocki @ 2020-07-27 12:44 UTC (permalink / raw)
  To: Randy Dunlap, Erik Kaneda
  Cc: Linux Kernel Mailing List, Rafael J. Wysocki, Len Brown,
	ACPI Devel Maling List, Robert Moore

On Sun, Jul 19, 2020 at 2:27 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> Drop the repeated word "an" in a comment.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
> Cc: Len Brown <lenb@kernel.org>
> Cc: linux-acpi@vger.kernel.org
> ---
>  include/acpi/actypes.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-next-20200717.orig/include/acpi/actypes.h
> +++ linux-next-20200717/include/acpi/actypes.h
> @@ -824,7 +824,7 @@ typedef u8 acpi_adr_space_type;
>   *
>   * Note: A Data Table region is a special type of operation region
>   * that has its own AML opcode. However, internally, the AML
> - * interpreter simply creates an operation region with an an address
> + * interpreter simply creates an operation region with an address
>   * space type of ACPI_ADR_SPACE_DATA_TABLE.
>   */
>  #define ACPI_ADR_SPACE_DATA_TABLE       (acpi_adr_space_type) 0x7E     /* Internal to ACPICA only */

This is an ACPICA header file, so it's better to route the change
through the upstream.

Erik, can you pick up this one, please?

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

* RE: [PATCH] ACPI: actypes.h: drop a duplicated word
  2020-07-27 12:44 ` Rafael J. Wysocki
@ 2020-07-27 16:49   ` Kaneda, Erik
  0 siblings, 0 replies; 3+ messages in thread
From: Kaneda, Erik @ 2020-07-27 16:49 UTC (permalink / raw)
  To: Rafael J. Wysocki, Randy Dunlap
  Cc: Linux Kernel Mailing List, Rafael J. Wysocki, Len Brown,
	ACPI Devel Maling List, Moore, Robert



> -----Original Message-----
> From: Rafael J. Wysocki <rafael@kernel.org>
> Sent: Monday, July 27, 2020 5:44 AM
> To: Randy Dunlap <rdunlap@infradead.org>; Kaneda, Erik
> <erik.kaneda@intel.com>
> Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>; Rafael J.
> Wysocki <rjw@rjwysocki.net>; Len Brown <lenb@kernel.org>; ACPI Devel
> Maling List <linux-acpi@vger.kernel.org>; Moore, Robert
> <robert.moore@intel.com>
> Subject: Re: [PATCH] ACPI: actypes.h: drop a duplicated word
> 
> On Sun, Jul 19, 2020 at 2:27 AM Randy Dunlap <rdunlap@infradead.org>
> wrote:
> >
> > Drop the repeated word "an" in a comment.
> >
> > Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> > Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
> > Cc: Len Brown <lenb@kernel.org>
> > Cc: linux-acpi@vger.kernel.org
> > ---
> >  include/acpi/actypes.h |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > --- linux-next-20200717.orig/include/acpi/actypes.h
> > +++ linux-next-20200717/include/acpi/actypes.h
> > @@ -824,7 +824,7 @@ typedef u8 acpi_adr_space_type;
> >   *
> >   * Note: A Data Table region is a special type of operation region
> >   * that has its own AML opcode. However, internally, the AML
> > - * interpreter simply creates an operation region with an an address
> > + * interpreter simply creates an operation region with an address
> >   * space type of ACPI_ADR_SPACE_DATA_TABLE.
> >   */
> >  #define ACPI_ADR_SPACE_DATA_TABLE       (acpi_adr_space_type) 0x7E
> /* Internal to ACPICA only */
> 
> This is an ACPICA header file, so it's better to route the change
> through the upstream.
> 
> Erik, can you pick up this one, please?

Done.

I made a pull request here: https://github.com/acpica/acpica/pull/618
It will be in the next ACPICA release.

Thanks!
Erik

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

end of thread, other threads:[~2020-07-27 16:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-19  0:26 [PATCH] ACPI: actypes.h: drop a duplicated word Randy Dunlap
2020-07-27 12:44 ` Rafael J. Wysocki
2020-07-27 16:49   ` Kaneda, Erik

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).