]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
staging: kpc2000: fix brace issues in kpc2000_spi.c
authorSimon Sandström <simon@nikanor.nu>
Mon, 1 Jul 2019 09:18:19 +0000 (11:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Jul 2019 16:32:09 +0000 (18:32 +0200)
commit6a2ac8d4bf91d56c6335db0fc0585b9788397a3b
tree4f3815b878f317e26e12c0551043ea3b04045fcf
parentfeb20855a32ae62315038bac59a92d6489ea9cbe
staging: kpc2000: fix brace issues in kpc2000_spi.c

Fixes issues found by checkpatch:

- "WARNING: braces {} are not necessary for single statement blocks"
- "WARNING: braces {} are not necessary for any arm of this statement"

Signed-off-by: Simon Sandström <simon@nikanor.nu>
Link: https://lore.kernel.org/r/20190701091819.18528-1-simon@nikanor.nu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/kpc2000/kpc2000_spi.c