Skip to content

Commit

Permalink
ACPICA: Use ACPI_FALLTHROUGH
Browse files Browse the repository at this point in the history
ACPICA commit 2296edd39b4ce2d2dd691c1f309c4da00843ecc9

Replace /* FALLTHROUGH */ comment with ACPI_FALLTHROUGH

Link: acpica/acpica@2296edd3
Signed-off-by: Wei Ming Chen <[email protected]>
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Erik Kaneda <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
AristoChen authored and rafaeljw committed Jun 7, 2021
1 parent 536e35c commit b5e7740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/acpica/utprint.c
Original file line number Diff line number Diff line change
Expand Up @@ -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':

Expand Down

0 comments on commit b5e7740

Please sign in to comment.