* [PATCH] ACPICA: Fix a typo in acuuid.h
@ 2020-02-14 6:30 ` Christophe JAILLET
0 siblings, 0 replies; 8+ messages in thread
From: Christophe JAILLET @ 2020-02-14 6:30 UTC (permalink / raw)
To: rjw, lenb, robert.moore, erik.kaneda
Cc: linux-acpi, devel, linux-kernel, kernel-janitors,
Christophe JAILLET
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 <christophe.jaillet@wanadoo.fr>
---
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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH] ACPICA: Fix a typo in acuuid.h
@ 2020-02-14 6:30 ` Christophe JAILLET
0 siblings, 0 replies; 8+ messages in thread
From: Christophe JAILLET @ 2020-02-14 6:30 UTC (permalink / raw)
To: rjw, lenb, robert.moore, erik.kaneda
Cc: linux-acpi, devel, linux-kernel, kernel-janitors,
Christophe JAILLET
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 <christophe.jaillet@wanadoo.fr>
---
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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Devel] Re: [PATCH] ACPICA: Fix a typo in acuuid.h
2020-02-14 6:30 ` Christophe JAILLET
(?)
@ 2020-02-14 10:02 ` Rafael J. Wysocki
-1 siblings, 0 replies; 8+ messages in thread
From: Rafael J. Wysocki @ 2020-02-14 10:02 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 871 bytes --]
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 <christophe.jaillet(a)wanadoo.fr>
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__ */
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] ACPICA: Fix a typo in acuuid.h
@ 2020-02-14 10:02 ` Rafael J. Wysocki
0 siblings, 0 replies; 8+ messages in thread
From: Rafael J. Wysocki @ 2020-02-14 10:02 UTC (permalink / raw)
To: Christophe JAILLET, erik.kaneda
Cc: lenb, robert.moore, linux-acpi, devel, linux-kernel,
kernel-janitors
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 <christophe.jaillet@wanadoo.fr>
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__ */
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] ACPICA: Fix a typo in acuuid.h
@ 2020-02-14 10:02 ` Rafael J. Wysocki
0 siblings, 0 replies; 8+ messages in thread
From: Rafael J. Wysocki @ 2020-02-14 10:02 UTC (permalink / raw)
To: Christophe JAILLET, erik.kaneda
Cc: lenb, robert.moore, linux-acpi, devel, linux-kernel,
kernel-janitors
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 <christophe.jaillet@wanadoo.fr>
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__ */
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [PATCH] ACPICA: Fix a typo in acuuid.h
2020-02-14 10:02 ` Rafael J. Wysocki
(?)
(?)
@ 2020-02-14 17:07 ` Kaneda, Erik
-1 siblings, 0 replies; 8+ messages in thread
From: Kaneda, Erik @ 2020-02-14 17:07 UTC (permalink / raw)
To: Rafael J. Wysocki, Christophe JAILLET
Cc: lenb@kernel.org, Moore, Robert, linux-acpi@vger.kernel.org,
devel@acpica.org, linux-kernel@vger.kernel.org,
kernel-janitors@vger.kernel.org
> -----Original Message-----
> From: linux-acpi-owner@vger.kernel.org <linux-acpi-
> owner@vger.kernel.org> On Behalf Of Rafael J. Wysocki
> Sent: Friday, February 14, 2020 2:02 AM
> To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>; Kaneda, Erik
> <erik.kaneda@intel.com>
> Cc: lenb@kernel.org; Moore, Robert <robert.moore@intel.com>; linux-
> acpi@vger.kernel.org; devel@acpica.org; linux-kernel@vger.kernel.org;
> kernel-janitors@vger.kernel.org
> 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 <christophe.jaillet@wanadoo.fr>
>
> 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__ */
> >
>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Devel] Re: [PATCH] ACPICA: Fix a typo in acuuid.h
2020-02-14 17:07 ` Kaneda, Erik
@ 2020-02-14 20:21 ` Moore, Robert
-1 siblings, 0 replies; 8+ messages in thread
From: Moore, Robert @ 2020-02-14 20:21 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 2039 bytes --]
Ok, got it.
Thanks,
Bob
-
-----Original Message-----
From: Kaneda, Erik <erik.kaneda(a)intel.com>
Sent: Friday, February 14, 2020 9:08 AM
To: Rafael J. Wysocki <rjw(a)rjwysocki.net>; Christophe JAILLET <christophe.jaillet(a)wanadoo.fr>
Cc: lenb(a)kernel.org; Moore, Robert <robert.moore(a)intel.com>; linux-acpi(a)vger.kernel.org; devel(a)acpica.org; linux-kernel(a)vger.kernel.org; kernel-janitors(a)vger.kernel.org
Subject: RE: [PATCH] ACPICA: Fix a typo in acuuid.h
> -----Original Message-----
> From: linux-acpi-owner(a)vger.kernel.org <linux-acpi-
> owner(a)vger.kernel.org> On Behalf Of Rafael J. Wysocki
> Sent: Friday, February 14, 2020 2:02 AM
> To: Christophe JAILLET <christophe.jaillet(a)wanadoo.fr>; Kaneda, Erik
> <erik.kaneda(a)intel.com>
> Cc: lenb(a)kernel.org; Moore, Robert <robert.moore(a)intel.com>; linux-
> acpi(a)vger.kernel.org; devel(a)acpica.org; linux-kernel(a)vger.kernel.org;
> kernel-janitors(a)vger.kernel.org
> 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 <christophe.jaillet(a)wanadoo.fr>
>
> 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__ */
> >
>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [PATCH] ACPICA: Fix a typo in acuuid.h
@ 2020-02-14 20:21 ` Moore, Robert
0 siblings, 0 replies; 8+ messages in thread
From: Moore, Robert @ 2020-02-14 20:21 UTC (permalink / raw)
To: Kaneda, Erik, Rafael J. Wysocki, Christophe JAILLET
Cc: lenb@kernel.org, linux-acpi@vger.kernel.org, devel@acpica.org,
linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org
Ok, got it.
Thanks,
Bob
-
-----Original Message-----
From: Kaneda, Erik <erik.kaneda@intel.com>
Sent: Friday, February 14, 2020 9:08 AM
To: Rafael J. Wysocki <rjw@rjwysocki.net>; Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: lenb@kernel.org; Moore, Robert <robert.moore@intel.com>; linux-acpi@vger.kernel.org; devel@acpica.org; linux-kernel@vger.kernel.org; kernel-janitors@vger.kernel.org
Subject: RE: [PATCH] ACPICA: Fix a typo in acuuid.h
> -----Original Message-----
> From: linux-acpi-owner@vger.kernel.org <linux-acpi-
> owner@vger.kernel.org> On Behalf Of Rafael J. Wysocki
> Sent: Friday, February 14, 2020 2:02 AM
> To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>; Kaneda, Erik
> <erik.kaneda@intel.com>
> Cc: lenb@kernel.org; Moore, Robert <robert.moore@intel.com>; linux-
> acpi@vger.kernel.org; devel@acpica.org; linux-kernel@vger.kernel.org;
> kernel-janitors@vger.kernel.org
> 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 <christophe.jaillet@wanadoo.fr>
>
> 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__ */
> >
>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-02-14 20:21 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-14 6:30 [PATCH] ACPICA: Fix a typo in acuuid.h Christophe JAILLET
2020-02-14 6:30 ` Christophe JAILLET
2020-02-14 10:02 ` [Devel] " Rafael J. Wysocki
2020-02-14 10:02 ` Rafael J. Wysocki
2020-02-14 10:02 ` Rafael J. Wysocki
2020-02-14 17:07 ` Kaneda, Erik
-- strict thread matches above, loose matches on Subject: below --
2020-02-14 20:21 [Devel] " Moore, Robert
2020-02-14 20:21 ` Moore, Robert
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.