staging: mt7621-dma: fix unbalanced braces
authorLou Knauer <lou.knauer@fau.de>
Thu, 13 Dec 2018 09:43:17 +0000 (10:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Dec 2018 13:17:28 +0000 (14:17 +0100)
commit4765f68374cfda16031fc747218c73aac6ca51c7
treea6f007f74d6fa11e48cda452f3f9579b85ae2437
parent3dbf37c03bc6b1a460e88e1864f7fc184d206496
staging: mt7621-dma: fix unbalanced braces

Add braces to conditional statements if the other branch has them in
order to be more compliant with the linux kernel coding style.

Remaining checkpatch.pl issues include unnecessary line continuations
and use of non-conventional types.

Signed-off-by: Lou Knauer <lou.knauer@fau.de>
Signed-off-by: Philipp Panzer <philipp.panzer@fau.de>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-dma/ralink-gdma.c