2020-02-14 06:30:53

by Christophe JAILLET

[permalink] [raw]
Subject: [PATCH] ACPICA: Fix a typo in acuuid.h

The comment related to the ending of the include guard should be related to
__ACUUID_H__, not __AUUID_H__ (i.e. 'C' is missing).

Signed-off-by: Christophe JAILLET <[email protected]>
---
include/acpi/acuuid.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/acpi/acuuid.h b/include/acpi/acuuid.h
index 9dd4689a39cf..9e1367b19069 100644
--- a/include/acpi/acuuid.h
+++ b/include/acpi/acuuid.h
@@ -57,4 +57,4 @@
#define UUID_THERMAL_EXTENSIONS "14d399cd-7a27-4b18-8fb4-7cb7b9f4e500"
#define UUID_DEVICE_PROPERTIES "daffd814-6eba-4d8c-8a91-bc9bbf4aa301"

-#endif /* __AUUID_H__ */
+#endif /* __ACUUID_H__ */
--
2.20.1


2020-02-14 10:04:09

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] ACPICA: Fix a typo in acuuid.h

On Friday, February 14, 2020 7:30:03 AM CET Christophe JAILLET wrote:
> The comment related to the ending of the include guard should be related to
> __ACUUID_H__, not __AUUID_H__ (i.e. 'C' is missing).
>
> Signed-off-by: Christophe JAILLET <[email protected]>

Erik, please route this through the upstream.

Thanks!

> ---
> include/acpi/acuuid.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/acpi/acuuid.h b/include/acpi/acuuid.h
> index 9dd4689a39cf..9e1367b19069 100644
> --- a/include/acpi/acuuid.h
> +++ b/include/acpi/acuuid.h
> @@ -57,4 +57,4 @@
> #define UUID_THERMAL_EXTENSIONS "14d399cd-7a27-4b18-8fb4-7cb7b9f4e500"
> #define UUID_DEVICE_PROPERTIES "daffd814-6eba-4d8c-8a91-bc9bbf4aa301"
>
> -#endif /* __AUUID_H__ */
> +#endif /* __ACUUID_H__ */
>




2020-02-14 17:10:09

by Kaneda, Erik

[permalink] [raw]
Subject: RE: [PATCH] ACPICA: Fix a typo in acuuid.h



> -----Original Message-----
> From: [email protected] <linux-acpi-
> [email protected]> On Behalf Of Rafael J. Wysocki
> Sent: Friday, February 14, 2020 2:02 AM
> To: Christophe JAILLET <[email protected]>; Kaneda, Erik
> <[email protected]>
> Cc: [email protected]; Moore, Robert <[email protected]>; linux-
> [email protected]; [email protected]; [email protected];
> [email protected]
> Subject: Re: [PATCH] ACPICA: Fix a typo in acuuid.h
>
> On Friday, February 14, 2020 7:30:03 AM CET Christophe JAILLET wrote:
> > The comment related to the ending of the include guard should be
> > related to __ACUUID_H__, not __AUUID_H__ (i.e. 'C' is missing).
> >
> > Signed-off-by: Christophe JAILLET <[email protected]>
>
> Erik, please route this through the upstream.

Thanks for your patch!

I'll add it to our next release (in March)

Erik
>
> Thanks!
>
> > ---
> > include/acpi/acuuid.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/include/acpi/acuuid.h b/include/acpi/acuuid.h index
> > 9dd4689a39cf..9e1367b19069 100644
> > --- a/include/acpi/acuuid.h
> > +++ b/include/acpi/acuuid.h
> > @@ -57,4 +57,4 @@
> > #define UUID_THERMAL_EXTENSIONS "14d399cd-7a27-4b18-8fb4-
> 7cb7b9f4e500"
> > #define UUID_DEVICE_PROPERTIES "daffd814-6eba-4d8c-8a91-
> bc9bbf4aa301"
> >
> > -#endif /* __AUUID_H__ */
> > +#endif /* __ACUUID_H__ */
> >
>
>
>

2020-02-14 20:22:06

by Moore, Robert

[permalink] [raw]
Subject: RE: [PATCH] ACPICA: Fix a typo in acuuid.h

Ok, got it.
Thanks,
Bob
-

-----Original Message-----
From: Kaneda, Erik <[email protected]>
Sent: Friday, February 14, 2020 9:08 AM
To: Rafael J. Wysocki <[email protected]>; Christophe JAILLET <[email protected]>
Cc: [email protected]; Moore, Robert <[email protected]>; [email protected]; [email protected]; [email protected]; [email protected]
Subject: RE: [PATCH] ACPICA: Fix a typo in acuuid.h



> -----Original Message-----
> From: [email protected] <linux-acpi-
> [email protected]> On Behalf Of Rafael J. Wysocki
> Sent: Friday, February 14, 2020 2:02 AM
> To: Christophe JAILLET <[email protected]>; Kaneda, Erik
> <[email protected]>
> Cc: [email protected]; Moore, Robert <[email protected]>; linux-
> [email protected]; [email protected]; [email protected];
> [email protected]
> Subject: Re: [PATCH] ACPICA: Fix a typo in acuuid.h
>
> On Friday, February 14, 2020 7:30:03 AM CET Christophe JAILLET wrote:
> > The comment related to the ending of the include guard should be
> > related to __ACUUID_H__, not __AUUID_H__ (i.e. 'C' is missing).
> >
> > Signed-off-by: Christophe JAILLET <[email protected]>
>
> Erik, please route this through the upstream.

Thanks for your patch!

I'll add it to our next release (in March)

Erik
>
> Thanks!
>
> > ---
> > include/acpi/acuuid.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/include/acpi/acuuid.h b/include/acpi/acuuid.h index
> > 9dd4689a39cf..9e1367b19069 100644
> > --- a/include/acpi/acuuid.h
> > +++ b/include/acpi/acuuid.h
> > @@ -57,4 +57,4 @@
> > #define UUID_THERMAL_EXTENSIONS "14d399cd-7a27-4b18-8fb4-
> 7cb7b9f4e500"
> > #define UUID_DEVICE_PROPERTIES "daffd814-6eba-4d8c-8a91-
> bc9bbf4aa301"
> >
> > -#endif/* __AUUID_H__ */
> > +#endif/* __ACUUID_H__ */
> >
>
>
>