Skip to content
Snippets Groups Projects
Commit b1ded80a authored by Lee Jones's avatar Lee Jones
Browse files

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: default avatarLee Jones <lee.jones@linaro.org>
parent c9b55f99
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment