All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ACPICA: Fix a typo
@ 2021-03-26  0:19 Bhaskar Chowdhury
  2021-03-26 14:56   ` [Devel] " Moore, Robert
  2021-03-29 12:48   ` [Devel] " Rafael J. Wysocki
  0 siblings, 2 replies; 10+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-26  0:19 UTC (permalink / raw)
  To: robert.moore, erik.kaneda, rafael.j.wysocki, lenb, linux-acpi,
	devel, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/optimzation/optimization/

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

diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h
index 1538a6853822..1b4c45815695 100644
--- a/include/acpi/acoutput.h
+++ b/include/acpi/acoutput.h
@@ -362,7 +362,7 @@
  *
  * A less-safe version of the macros is provided for optional use if the
  * compiler uses excessive CPU stack (for example, this may happen in the
- * debug case if code optimzation is disabled.)
+ * debug case if code optimization is disabled.)
  */

 /* Exit trace helper macro */
--
2.26.2


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

* RE: [PATCH] ACPICA: Fix a typo
@ 2021-03-26 14:56   ` Moore, Robert
  0 siblings, 0 replies; 10+ messages in thread
From: Moore, Robert @ 2021-03-26 14:56 UTC (permalink / raw)
  To: Bhaskar Chowdhury, Kaneda, Erik, Wysocki, Rafael J, lenb,
	linux-acpi, devel, linux-kernel
  Cc: rdunlap

Please make a pull request for this on our github.
Thanks,
Bob


-----Original Message-----
From: Bhaskar Chowdhury <unixbhaskar@gmail.com> 
Sent: Thursday, March 25, 2021 5:19 PM
To: Moore, Robert <robert.moore@intel.com>; Kaneda, Erik <erik.kaneda@intel.com>; Wysocki, Rafael J <rafael.j.wysocki@intel.com>; lenb@kernel.org; linux-acpi@vger.kernel.org; devel@acpica.org; linux-kernel@vger.kernel.org
Cc: rdunlap@infradead.org; Bhaskar Chowdhury <unixbhaskar@gmail.com>
Subject: [PATCH] ACPICA: Fix a typo


s/optimzation/optimization/

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

diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h index 1538a6853822..1b4c45815695 100644
--- a/include/acpi/acoutput.h
+++ b/include/acpi/acoutput.h
@@ -362,7 +362,7 @@
  *
  * A less-safe version of the macros is provided for optional use if the
  * compiler uses excessive CPU stack (for example, this may happen in the
- * debug case if code optimzation is disabled.)
+ * debug case if code optimization is disabled.)
  */

 /* Exit trace helper macro */
--
2.26.2


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

* [Devel] Re: [PATCH] ACPICA: Fix a typo
@ 2021-03-26 14:56   ` Moore, Robert
  0 siblings, 0 replies; 10+ messages in thread
From: Moore, Robert @ 2021-03-26 14:56 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1217 bytes --]

Please make a pull request for this on our github.
Thanks,
Bob


-----Original Message-----
From: Bhaskar Chowdhury <unixbhaskar(a)gmail.com> 
Sent: Thursday, March 25, 2021 5:19 PM
To: Moore, Robert <robert.moore(a)intel.com>; Kaneda, Erik <erik.kaneda(a)intel.com>; Wysocki, Rafael J <rafael.j.wysocki(a)intel.com>; lenb(a)kernel.org; linux-acpi(a)vger.kernel.org; devel(a)acpica.org; linux-kernel(a)vger.kernel.org
Cc: rdunlap(a)infradead.org; Bhaskar Chowdhury <unixbhaskar(a)gmail.com>
Subject: [PATCH] ACPICA: Fix a typo


s/optimzation/optimization/

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

diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h index 1538a6853822..1b4c45815695 100644
--- a/include/acpi/acoutput.h
+++ b/include/acpi/acoutput.h
@@ -362,7 +362,7 @@
  *
  * A less-safe version of the macros is provided for optional use if the
  * compiler uses excessive CPU stack (for example, this may happen in the
- * debug case if code optimzation is disabled.)
+ * debug case if code optimization is disabled.)
  */

 /* Exit trace helper macro */
--
2.26.2

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

* Re: [PATCH] ACPICA: Fix a typo
  2021-03-26 14:56   ` [Devel] " Moore, Robert
  (?)
@ 2021-03-26 19:48   ` Bhaskar Chowdhury
  2021-03-26 21:15     ` Kaneda, Erik
  -1 siblings, 1 reply; 10+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-26 19:48 UTC (permalink / raw)
  To: Moore, Robert
  Cc: Kaneda, Erik, Wysocki, Rafael J, lenb, linux-acpi, devel,
	linux-kernel, rdunlap

[-- Attachment #1: Type: text/plain, Size: 1565 bytes --]

On 14:56 Fri 26 Mar 2021, Moore, Robert wrote:
>Please make a pull request for this on our github.
>Thanks,
>Bob
>

A pull request for this trivial spelling fix? Kindly be reasonable , it is
just a single spelling fix, had it been many ,the suggestion could stand.

Kindly, also , let me know aren't we  applying patches from the ML , or is
there some specific rule for this project. I might be missing the basic stuff.

Thanks,
Bhaskar
>
>-----Original Message-----
>From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>Sent: Thursday, March 25, 2021 5:19 PM
>To: Moore, Robert <robert.moore@intel.com>; Kaneda, Erik <erik.kaneda@intel.com>; Wysocki, Rafael J <rafael.j.wysocki@intel.com>; lenb@kernel.org; linux-acpi@vger.kernel.org; devel@acpica.org; linux-kernel@vger.kernel.org
>Cc: rdunlap@infradead.org; Bhaskar Chowdhury <unixbhaskar@gmail.com>
>Subject: [PATCH] ACPICA: Fix a typo
>
>
>s/optimzation/optimization/
>
>Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>---
> include/acpi/acoutput.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h index 1538a6853822..1b4c45815695 100644
>--- a/include/acpi/acoutput.h
>+++ b/include/acpi/acoutput.h
>@@ -362,7 +362,7 @@
>  *
>  * A less-safe version of the macros is provided for optional use if the
>  * compiler uses excessive CPU stack (for example, this may happen in the
>- * debug case if code optimzation is disabled.)
>+ * debug case if code optimization is disabled.)
>  */
>
> /* Exit trace helper macro */
>--
>2.26.2
>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* RE: [PATCH] ACPICA: Fix a typo
  2021-03-26 19:48   ` Bhaskar Chowdhury
@ 2021-03-26 21:15     ` Kaneda, Erik
  0 siblings, 0 replies; 10+ messages in thread
From: Kaneda, Erik @ 2021-03-26 21:15 UTC (permalink / raw)
  To: Bhaskar Chowdhury, Moore, Robert
  Cc: Wysocki, Rafael J, lenb, linux-acpi, devel, linux-kernel, rdunlap



> -----Original Message-----
> From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> Sent: Friday, March 26, 2021 12:49 PM
> To: Moore, Robert <robert.moore@intel.com>
> Cc: Kaneda, Erik <erik.kaneda@intel.com>; Wysocki, Rafael J
> <rafael.j.wysocki@intel.com>; lenb@kernel.org; linux-acpi@vger.kernel.org;
> devel@acpica.org; linux-kernel@vger.kernel.org; rdunlap@infradead.org
> Subject: Re: [PATCH] ACPICA: Fix a typo
> 
> On 14:56 Fri 26 Mar 2021, Moore, Robert wrote:
> >Please make a pull request for this on our github.
> >Thanks,
> >Bob
> >
> 
> A pull request for this trivial spelling fix? Kindly be reasonable , it is
> just a single spelling fix, had it been many ,the suggestion could stand.
>
> Kindly, also , let me know aren't we  applying patches from the ML , or is
> there some specific rule for this project. I might be missing the basic stuff.

The code under drivers/acpi/acpica is from a separate open source project located here:

https://github.com/acpica/acpica

You submitting a pull request on the github facilitates our maintenance.
Please make the pull request there so that the codebases are easy to maintain.

For more info, read Documentation/driver-api/acpi/linuxized-acpica.rst

Erik
> 
> Thanks,
> Bhaskar
> >
> >-----Original Message-----
> >From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> >Sent: Thursday, March 25, 2021 5:19 PM
> >To: Moore, Robert <robert.moore@intel.com>; Kaneda, Erik
> <erik.kaneda@intel.com>; Wysocki, Rafael J <rafael.j.wysocki@intel.com>;
> lenb@kernel.org; linux-acpi@vger.kernel.org; devel@acpica.org; linux-
> kernel@vger.kernel.org
> >Cc: rdunlap@infradead.org; Bhaskar Chowdhury <unixbhaskar@gmail.com>
> >Subject: [PATCH] ACPICA: Fix a typo
> >
> >
> >s/optimzation/optimization/
> >
> >Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> >---
> > include/acpi/acoutput.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h index
> 1538a6853822..1b4c45815695 100644
> >--- a/include/acpi/acoutput.h
> >+++ b/include/acpi/acoutput.h
> >@@ -362,7 +362,7 @@
> >  *
> >  * A less-safe version of the macros is provided for optional use if the
> >  * compiler uses excessive CPU stack (for example, this may happen in the
> >- * debug case if code optimzation is disabled.)
> >+ * debug case if code optimization is disabled.)
> >  */
> >
> > /* Exit trace helper macro */
> >--
> >2.26.2
> >

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

* Re: [PATCH] ACPICA: Fix a typo
@ 2021-03-29 12:48   ` Rafael J. Wysocki
  0 siblings, 0 replies; 10+ messages in thread
From: Rafael J. Wysocki @ 2021-03-29 12:48 UTC (permalink / raw)
  To: Bhaskar Chowdhury, Erik Kaneda
  Cc: Robert Moore, Rafael Wysocki, Len Brown, ACPI Devel Maling List,
	open list:ACPI COMPONENT ARCHITECTURE (ACPICA),
	Linux Kernel Mailing List, Randy Dunlap

On Fri, Mar 26, 2021 at 1:22 AM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
>
> s/optimzation/optimization/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  include/acpi/acoutput.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h
> index 1538a6853822..1b4c45815695 100644
> --- a/include/acpi/acoutput.h
> +++ b/include/acpi/acoutput.h
> @@ -362,7 +362,7 @@
>   *
>   * A less-safe version of the macros is provided for optional use if the
>   * compiler uses excessive CPU stack (for example, this may happen in the
> - * debug case if code optimzation is disabled.)
> + * debug case if code optimization is disabled.)
>   */
>
>  /* Exit trace helper macro */
> --

Erik, could you pick up this patch, please?  It is simple enough IMV ...

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

* [Devel] Re: [PATCH] ACPICA: Fix a typo
@ 2021-03-29 12:48   ` Rafael J. Wysocki
  0 siblings, 0 replies; 10+ messages in thread
From: Rafael J. Wysocki @ 2021-03-29 12:48 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 871 bytes --]

On Fri, Mar 26, 2021 at 1:22 AM Bhaskar Chowdhury <unixbhaskar(a)gmail.com> wrote:
>
>
> s/optimzation/optimization/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar(a)gmail.com>
> ---
>  include/acpi/acoutput.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h
> index 1538a6853822..1b4c45815695 100644
> --- a/include/acpi/acoutput.h
> +++ b/include/acpi/acoutput.h
> @@ -362,7 +362,7 @@
>   *
>   * A less-safe version of the macros is provided for optional use if the
>   * compiler uses excessive CPU stack (for example, this may happen in the
> - * debug case if code optimzation is disabled.)
> + * debug case if code optimization is disabled.)
>   */
>
>  /* Exit trace helper macro */
> --

Erik, could you pick up this patch, please?  It is simple enough IMV ...

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

* RE: [Devel] Re: [PATCH] ACPICA: Fix a typo
  2021-03-29 12:48   ` [Devel] " Rafael J. Wysocki
  (?)
@ 2021-03-30  0:19   ` Kaneda, Erik
  2021-03-30 12:05       ` Rafael J. Wysocki
  -1 siblings, 1 reply; 10+ messages in thread
From: Kaneda, Erik @ 2021-03-30  0:19 UTC (permalink / raw)
  To: Rafael J. Wysocki, Bhaskar Chowdhury
  Cc: Wysocki, Rafael J, ACPI Devel Maling List,
	open list:ACPI COMPONENT ARCHITECTURE (ACPICA),
	Linux Kernel Mailing List, Randy Dunlap



> -----Original Message-----
> From: Rafael J. Wysocki <rafael@kernel.org>
> Sent: Monday, March 29, 2021 5:48 AM
> To: Bhaskar Chowdhury <unixbhaskar@gmail.com>; Kaneda, Erik
> <erik.kaneda@intel.com>
> Cc: Wysocki, Rafael J <rafael.j.wysocki@intel.com>; ACPI Devel Maling List
> <linux-acpi@vger.kernel.org>; open list:ACPI COMPONENT ARCHITECTURE
> (ACPICA) <devel@acpica.org>; Linux Kernel Mailing List <linux-
> kernel@vger.kernel.org>; Randy Dunlap <rdunlap@infradead.org>
> Subject: [Devel] Re: [PATCH] ACPICA: Fix a typo
> 
> On Fri, Mar 26, 2021 at 1:22 AM Bhaskar Chowdhury
> <unixbhaskar@gmail.com> wrote:
> >
> >
> > s/optimzation/optimization/
> >
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> > ---
> >  include/acpi/acoutput.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h
> > index 1538a6853822..1b4c45815695 100644
> > --- a/include/acpi/acoutput.h
> > +++ b/include/acpi/acoutput.h
> > @@ -362,7 +362,7 @@
> >   *
> >   * A less-safe version of the macros is provided for optional use if the
> >   * compiler uses excessive CPU stack (for example, this may happen in the
> > - * debug case if code optimzation is disabled.)
> > + * debug case if code optimization is disabled.)
> >   */
> >
> >  /* Exit trace helper macro */
> > --
> 
> Erik, could you pick up this patch, please?  It is simple enough IMV ...

No problem, I'll pick it up

Erik
> _______________________________________________
> Devel mailing list -- devel@acpica.org
> To unsubscribe send an email to devel-leave@acpica.org
> %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

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

* Re: [Devel] Re: [PATCH] ACPICA: Fix a typo
@ 2021-03-30 12:05       ` Rafael J. Wysocki
  0 siblings, 0 replies; 10+ messages in thread
From: Rafael J. Wysocki @ 2021-03-30 12:05 UTC (permalink / raw)
  To: Kaneda, Erik
  Cc: Rafael J. Wysocki, Bhaskar Chowdhury, Wysocki, Rafael J,
	ACPI Devel Maling List,
	open list:ACPI COMPONENT ARCHITECTURE (ACPICA),
	Linux Kernel Mailing List, Randy Dunlap

On Tue, Mar 30, 2021 at 2:19 AM Kaneda, Erik <erik.kaneda@intel.com> wrote:
>
>
>
> > -----Original Message-----
> > From: Rafael J. Wysocki <rafael@kernel.org>
> > Sent: Monday, March 29, 2021 5:48 AM
> > To: Bhaskar Chowdhury <unixbhaskar@gmail.com>; Kaneda, Erik
> > <erik.kaneda@intel.com>
> > Cc: Wysocki, Rafael J <rafael.j.wysocki@intel.com>; ACPI Devel Maling List
> > <linux-acpi@vger.kernel.org>; open list:ACPI COMPONENT ARCHITECTURE
> > (ACPICA) <devel@acpica.org>; Linux Kernel Mailing List <linux-
> > kernel@vger.kernel.org>; Randy Dunlap <rdunlap@infradead.org>
> > Subject: [Devel] Re: [PATCH] ACPICA: Fix a typo
> >
> > On Fri, Mar 26, 2021 at 1:22 AM Bhaskar Chowdhury
> > <unixbhaskar@gmail.com> wrote:
> > >
> > >
> > > s/optimzation/optimization/
> > >
> > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> > > ---
> > >  include/acpi/acoutput.h | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h
> > > index 1538a6853822..1b4c45815695 100644
> > > --- a/include/acpi/acoutput.h
> > > +++ b/include/acpi/acoutput.h
> > > @@ -362,7 +362,7 @@
> > >   *
> > >   * A less-safe version of the macros is provided for optional use if the
> > >   * compiler uses excessive CPU stack (for example, this may happen in the
> > > - * debug case if code optimzation is disabled.)
> > > + * debug case if code optimization is disabled.)
> > >   */
> > >
> > >  /* Exit trace helper macro */
> > > --
> >
> > Erik, could you pick up this patch, please?  It is simple enough IMV ...
>
> No problem, I'll pick it up

Thanks!

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

* [Devel] Re: [PATCH] ACPICA: Fix a typo
@ 2021-03-30 12:05       ` Rafael J. Wysocki
  0 siblings, 0 replies; 10+ messages in thread
From: Rafael J. Wysocki @ 2021-03-30 12:05 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1691 bytes --]

On Tue, Mar 30, 2021 at 2:19 AM Kaneda, Erik <erik.kaneda(a)intel.com> wrote:
>
>
>
> > -----Original Message-----
> > From: Rafael J. Wysocki <rafael(a)kernel.org>
> > Sent: Monday, March 29, 2021 5:48 AM
> > To: Bhaskar Chowdhury <unixbhaskar(a)gmail.com>; Kaneda, Erik
> > <erik.kaneda(a)intel.com>
> > Cc: Wysocki, Rafael J <rafael.j.wysocki(a)intel.com>; ACPI Devel Maling List
> > <linux-acpi(a)vger.kernel.org>; open list:ACPI COMPONENT ARCHITECTURE
> > (ACPICA) <devel(a)acpica.org>; Linux Kernel Mailing List <linux-
> > kernel(a)vger.kernel.org>; Randy Dunlap <rdunlap(a)infradead.org>
> > Subject: [Devel] Re: [PATCH] ACPICA: Fix a typo
> >
> > On Fri, Mar 26, 2021 at 1:22 AM Bhaskar Chowdhury
> > <unixbhaskar(a)gmail.com> wrote:
> > >
> > >
> > > s/optimzation/optimization/
> > >
> > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar(a)gmail.com>
> > > ---
> > >  include/acpi/acoutput.h | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h
> > > index 1538a6853822..1b4c45815695 100644
> > > --- a/include/acpi/acoutput.h
> > > +++ b/include/acpi/acoutput.h
> > > @@ -362,7 +362,7 @@
> > >   *
> > >   * A less-safe version of the macros is provided for optional use if the
> > >   * compiler uses excessive CPU stack (for example, this may happen in the
> > > - * debug case if code optimzation is disabled.)
> > > + * debug case if code optimization is disabled.)
> > >   */
> > >
> > >  /* Exit trace helper macro */
> > > --
> >
> > Erik, could you pick up this patch, please?  It is simple enough IMV ...
>
> No problem, I'll pick it up

Thanks!

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

end of thread, other threads:[~2021-03-30 12:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26  0:19 [PATCH] ACPICA: Fix a typo Bhaskar Chowdhury
2021-03-26 14:56 ` Moore, Robert
2021-03-26 14:56   ` [Devel] " Moore, Robert
2021-03-26 19:48   ` Bhaskar Chowdhury
2021-03-26 21:15     ` Kaneda, Erik
2021-03-29 12:48 ` Rafael J. Wysocki
2021-03-29 12:48   ` [Devel] " Rafael J. Wysocki
2021-03-30  0:19   ` Kaneda, Erik
2021-03-30 12:05     ` Rafael J. Wysocki
2021-03-30 12:05       ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.