mfd: si476x-i2c: Fix spelling mistake in case() statement's FALLTHROUGH comment
authorLee Jones <lee.jones@linaro.org>
Wed, 24 Jun 2020 13:32:33 +0000 (14:32 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 6 Jul 2020 07:32:03 +0000 (08:32 +0100)
's/FALLTHROUG/FALLTHROUGH'

Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/si476x-i2c.c

index 517d49b..c1d7b84 100644 (file)
@@ -588,7 +588,7 @@ static int si476x_core_fwver_to_revision(struct si476x_core *core,
                        goto unknown_revision;
                }
        case SI476X_FUNC_BOOTLOADER:
-       default:                /* FALLTHROUG */
+       default:                /* FALLTHROUGH */
                BUG();
                return -1;
        }