2021-03-26 00:23:41

by Bhaskar Chowdhury

[permalink] [raw]
Subject: [PATCH] ACPICA: Fix a typo


s/optimzation/optimization/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
---
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


2021-03-26 14:59:01

by Moore, Robert

[permalink] [raw]
Subject: RE: [PATCH] ACPICA: Fix a typo

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


-----Original Message-----
From: Bhaskar Chowdhury <[email protected]>
Sent: Thursday, March 25, 2021 5:19 PM
To: Moore, Robert <[email protected]>; Kaneda, Erik <[email protected]>; Wysocki, Rafael J <[email protected]>; [email protected]; [email protected]; [email protected]; [email protected]
Cc: [email protected]; Bhaskar Chowdhury <[email protected]>
Subject: [PATCH] ACPICA: Fix a typo


s/optimzation/optimization/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
---
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

2021-03-26 19:50:55

by Bhaskar Chowdhury

[permalink] [raw]
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.

Thanks,
Bhaskar
>
>-----Original Message-----
>From: Bhaskar Chowdhury <[email protected]>
>Sent: Thursday, March 25, 2021 5:19 PM
>To: Moore, Robert <[email protected]>; Kaneda, Erik <[email protected]>; Wysocki, Rafael J <[email protected]>; [email protected]; [email protected]; [email protected]; [email protected]
>Cc: [email protected]; Bhaskar Chowdhury <[email protected]>
>Subject: [PATCH] ACPICA: Fix a typo
>
>
>s/optimzation/optimization/
>
>Signed-off-by: Bhaskar Chowdhury <[email protected]>
>---
> 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
>


Attachments:
(No filename) (1.57 kB)
signature.asc (499.00 B)
Download all attachments

2021-03-26 21:17:52

by Kaneda, Erik

[permalink] [raw]
Subject: RE: [PATCH] ACPICA: Fix a typo



> -----Original Message-----
> From: Bhaskar Chowdhury <[email protected]>
> Sent: Friday, March 26, 2021 12:49 PM
> To: Moore, Robert <[email protected]>
> Cc: Kaneda, Erik <[email protected]>; Wysocki, Rafael J
> <[email protected]>; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected]
> 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 <[email protected]>
> >Sent: Thursday, March 25, 2021 5:19 PM
> >To: Moore, Robert <[email protected]>; Kaneda, Erik
> <[email protected]>; Wysocki, Rafael J <[email protected]>;
> [email protected]; [email protected]; [email protected]; linux-
> [email protected]
> >Cc: [email protected]; Bhaskar Chowdhury <[email protected]>
> >Subject: [PATCH] ACPICA: Fix a typo
> >
> >
> >s/optimzation/optimization/
> >
> >Signed-off-by: Bhaskar Chowdhury <[email protected]>
> >---
> > 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
> >

2021-03-29 12:52:19

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] ACPICA: Fix a typo

On Fri, Mar 26, 2021 at 1:22 AM Bhaskar Chowdhury <[email protected]> wrote:
>
>
> s/optimzation/optimization/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>
> ---
> 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 ...

2021-03-30 00:22:40

by Kaneda, Erik

[permalink] [raw]
Subject: RE: [Devel] Re: [PATCH] ACPICA: Fix a typo



> -----Original Message-----
> From: Rafael J. Wysocki <[email protected]>
> Sent: Monday, March 29, 2021 5:48 AM
> To: Bhaskar Chowdhury <[email protected]>; Kaneda, Erik
> <[email protected]>
> Cc: Wysocki, Rafael J <[email protected]>; ACPI Devel Maling List
> <[email protected]>; open list:ACPI COMPONENT ARCHITECTURE
> (ACPICA) <[email protected]>; Linux Kernel Mailing List <linux-
> [email protected]>; Randy Dunlap <[email protected]>
> Subject: [Devel] Re: [PATCH] ACPICA: Fix a typo
>
> On Fri, Mar 26, 2021 at 1:22 AM Bhaskar Chowdhury
> <[email protected]> wrote:
> >
> >
> > s/optimzation/optimization/
> >
> > Signed-off-by: Bhaskar Chowdhury <[email protected]>
> > ---
> > 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 -- [email protected]
> To unsubscribe send an email to [email protected]
> %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

2021-03-30 12:07:06

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [Devel] Re: [PATCH] ACPICA: Fix a typo

On Tue, Mar 30, 2021 at 2:19 AM Kaneda, Erik <[email protected]> wrote:
>
>
>
> > -----Original Message-----
> > From: Rafael J. Wysocki <[email protected]>
> > Sent: Monday, March 29, 2021 5:48 AM
> > To: Bhaskar Chowdhury <[email protected]>; Kaneda, Erik
> > <[email protected]>
> > Cc: Wysocki, Rafael J <[email protected]>; ACPI Devel Maling List
> > <[email protected]>; open list:ACPI COMPONENT ARCHITECTURE
> > (ACPICA) <[email protected]>; Linux Kernel Mailing List <linux-
> > [email protected]>; Randy Dunlap <[email protected]>
> > Subject: [Devel] Re: [PATCH] ACPICA: Fix a typo
> >
> > On Fri, Mar 26, 2021 at 1:22 AM Bhaskar Chowdhury
> > <[email protected]> wrote:
> > >
> > >
> > > s/optimzation/optimization/
> > >
> > > Signed-off-by: Bhaskar Chowdhury <[email protected]>
> > > ---
> > > 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!