diff options
Diffstat (limited to 'src/superio/aspeed/ast2400/superio.c')
-rw-r--r-- | src/superio/aspeed/ast2400/superio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/superio/aspeed/ast2400/superio.c b/src/superio/aspeed/ast2400/superio.c index c5df8b5833..a41bba787e 100644 --- a/src/superio/aspeed/ast2400/superio.c +++ b/src/superio/aspeed/ast2400/superio.c @@ -48,9 +48,9 @@ static const char *ast2400_acpi_hid(const struct device *dev) return NULL; switch (dev->path.pnp.device & 0xff) { - case AST2400_SUART1: /* falltrough */ - case AST2400_SUART2: /* falltrough */ - case AST2400_SUART3: /* falltrough */ + case AST2400_SUART1: /* fallthrough */ + case AST2400_SUART2: /* fallthrough */ + case AST2400_SUART3: /* fallthrough */ case AST2400_SUART4: return ACPI_HID_COM; case AST2400_KBC: |