All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ACPICA: Use ACPI_FALLTHROUGH
@ 2021-05-12 13:50 Wei Ming Chen
  2021-05-14 17:19 ` Kaneda, Erik
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Ming Chen @ 2021-05-12 13:50 UTC (permalink / raw)
  To: linux-kernel; +Cc: erik.kaneda, devel, linux-acpi, Wei Ming Chen

Replace /* FALLTHROUGH */ comment with ACPI_FALLTHROUGH

Signed-off-by: Wei Ming Chen <jj251510319013@gmail.com>
---
 drivers/acpi/acpica/utprint.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/acpica/utprint.c b/drivers/acpi/acpica/utprint.c
index e37d612e8db5..05426596d1f4 100644
--- a/drivers/acpi/acpica/utprint.c
+++ b/drivers/acpi/acpica/utprint.c
@@ -475,7 +475,7 @@ int vsnprintf(char *string, acpi_size size, const char *format, va_list args)
 		case 'X':
 
 			type |= ACPI_FORMAT_UPPER;
-			/* FALLTHROUGH */
+			ACPI_FALLTHROUGH;
 
 		case 'x':
 
-- 
2.25.1


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

* RE: [PATCH] ACPICA: Use ACPI_FALLTHROUGH
  2021-05-12 13:50 [PATCH] ACPICA: Use ACPI_FALLTHROUGH Wei Ming Chen
@ 2021-05-14 17:19 ` Kaneda, Erik
  0 siblings, 0 replies; 2+ messages in thread
From: Kaneda, Erik @ 2021-05-14 17:19 UTC (permalink / raw)
  To: Wei Ming Chen, linux-kernel; +Cc: devel, linux-acpi



> -----Original Message-----
> From: Wei Ming Chen <jj251510319013@gmail.com>
> Sent: Wednesday, May 12, 2021 6:50 AM
> To: linux-kernel@vger.kernel.org
> Cc: Kaneda, Erik <erik.kaneda@intel.com>; devel@acpica.org; linux-
> acpi@vger.kernel.org; Wei Ming Chen <jj251510319013@gmail.com>
> Subject: [PATCH] ACPICA: Use ACPI_FALLTHROUGH
> 
> Replace /* FALLTHROUGH */ comment with ACPI_FALLTHROUGH
> 
> Signed-off-by: Wei Ming Chen <jj251510319013@gmail.com>
> ---
>  drivers/acpi/acpica/utprint.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/acpi/acpica/utprint.c b/drivers/acpi/acpica/utprint.c
> index e37d612e8db5..05426596d1f4 100644
> --- a/drivers/acpi/acpica/utprint.c
> +++ b/drivers/acpi/acpica/utprint.c
> @@ -475,7 +475,7 @@ int vsnprintf(char *string, acpi_size size, const char
> *format, va_list args)
>  		case 'X':
> 
>  			type |= ACPI_FORMAT_UPPER;
> -			/* FALLTHROUGH */
> +			ACPI_FALLTHROUGH;
> 
>  		case 'x':
> 
> --
> 2.25.1

I made a pull request here: https://github.com/acpica/acpica/pull/688
I'll circulate it to Linux upstream after we do a release (about once per month).

Thanks,
Erik 


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

end of thread, other threads:[~2021-05-14 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-12 13:50 [PATCH] ACPICA: Use ACPI_FALLTHROUGH Wei Ming Chen
2021-05-14 17:19 ` Kaneda, Erik

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.