Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
drivers/mfd/si476x-i2c.c
··· 588 588 goto unknown_revision; 589 589 } 590 590 case SI476X_FUNC_BOOTLOADER: 591 - default: /* FALLTHROUG */ 591 + default: /* FALLTHROUGH */ 592 592 BUG(); 593 593 return -1; 594 594 }