mfd: si476x-i2c: Fix spelling mistake in case() statement's FALLTHROUGH comment

's/FALLTHROUG/FALLTHROUGH'

Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
Lee Jones 2020-06-24 14:32:33 +01:00
parent c9b55f99fc
commit b1ded80a61
1 changed files with 1 additions and 1 deletions

View 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;
}