提交 b1ded80a 编写于 作者: L Lee Jones

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: NLee Jones <lee.jones@linaro.org>
上级 c9b55f99
...@@ -588,7 +588,7 @@ static int si476x_core_fwver_to_revision(struct si476x_core *core, ...@@ -588,7 +588,7 @@ static int si476x_core_fwver_to_revision(struct si476x_core *core,
goto unknown_revision; goto unknown_revision;
} }
case SI476X_FUNC_BOOTLOADER: case SI476X_FUNC_BOOTLOADER:
default: /* FALLTHROUG */ default: /* FALLTHROUGH */
BUG(); BUG();
return -1; return -1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册