projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b55f9
)
mfd: si476x-i2c: Fix spelling mistake in case() statement's FALLTHROUGH comment
author
Lee Jones
<lee.jones@linaro.org>
Wed, 24 Jun 2020 13:32:33 +0000
(14:32 +0100)
committer
Lee 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
patch
|
blob
|
history
diff --git
a/drivers/mfd/si476x-i2c.c
b/drivers/mfd/si476x-i2c.c
index
517d49b
..
c1d7b84
100644
(file)
--- 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: /* FALLTHROUG
H
*/
BUG();
return -1;
}