diff mbox series

[09/10] mfd: si476x-i2c: Fix spelling mistake in case() statement's FALLTHROUGH comment

Message ID 20200625163127.4000462-10-lee.jones@linaro.org (mailing list archive)
State Mainlined
Commit b1ded80a61f3b7ee5337318f0dc1bada280f0605
Headers show
Series Fix a yet more W=1 warnings in MFD | expand

Commit Message

Lee Jones June 25, 2020, 4:31 p.m. UTC
's/FALLTHROUG/FALLTHROUGH'

Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 drivers/mfd/si476x-i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/mfd/si476x-i2c.c b/drivers/mfd/si476x-i2c.c
index 517d49bcd667b..c1d7b845244ed 100644
--- a/drivers/mfd/si476x-i2c.c
+++ b/drivers/mfd/si476x-i2c.c
@@ -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;
 	}