staging: kpc2000: kpc_spi: column-align switch and subordinate cases
authorGeordan Neukum <gneukum1@gmail.com>
Sun, 2 Jun 2019 15:58:34 +0000 (15:58 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jun 2019 12:15:23 +0000 (14:15 +0200)
commit32ed45068c7e79947da72f7a61800bae1dd39596
tree227552552ff77db0ea23f7719b6abb3f2bc8335d
parent4d632cdbdd28aedf884f67e6cc61364ea4ded7d4
staging: kpc2000: kpc_spi: column-align switch and subordinate cases

The linux style guide prescribes that switch statements and their
subordinate case labels should be column-aligned rather than
double-indenting the case label. Make kpc2000_spi.c follow the desired
style with respect to switch/case alignment.

Signed-off-by: Geordan Neukum <gneukum1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/kpc2000/kpc2000_spi.c