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

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.