mfd: iqs62x: Remove superfluous whitespace above fallthroughs
authorJeff LaBundy <jeff@labundy.com>
Mon, 18 Jan 2021 03:57:03 +0000 (21:57 -0600)
committerLee Jones <lee.jones@linaro.org>
Mon, 8 Feb 2021 13:54:29 +0000 (13:54 +0000)
commit8dc61152dfd2b5007ed0a00d2924b18a425ae605
treec61706054c7de04a243d217c9e3d2c06b805b754
parentc7b79a75287141cef5bbaeaf1c942269c08cd52e
mfd: iqs62x: Remove superfluous whitespace above fallthroughs

Previously, all instances of the /* fall through */ comment were
preceded by a newline to improve readability.

Now that /* fall through */ comments have been replaced with the
fallthrough pseudo-keyword, the leftover whitespace looks out of
place and can simply be removed.

Fixes: df561f6688fe ("treewide: Use fallthrough pseudo-keyword")
Signed-off-by: Jeff LaBundy <jeff@labundy.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/iqs62x.c