Message ID | 20210203154437.15949-1-unixbhaskar@gmail.com |
---|---|
State | New |
Headers | show |
Series | include: acpi: Correct spelling in the file acoutput.h is optimzation to optimization | expand |
On Wed, Feb 3, 2021 at 4:45 PM 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 c5d900c0ecda..1ba212372e79 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 */ > -- The file being updated is part of ACPICA, so I'm leaving this to Erik & Bob, thanks!
diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h index c5d900c0ecda..1ba212372e79 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 */
s/optimzation/optimization/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- include/acpi/acoutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.26.2