staging: mt7621-dma: Add braces around else branches
authorKimberly Brown <kimbrownkd@gmail.com>
Wed, 24 Oct 2018 04:56:53 +0000 (00:56 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Nov 2018 13:16:33 +0000 (14:16 +0100)
commitc471d7cca8b809e59fc6aa3d4253d84e63201899
tree85681a28655f77bcc41ecc3724720fd98c4591bb
parent33593a96305377aebb4f6407c2294e257bd67582
staging: mt7621-dma: Add braces around else branches

Add braces around else branches in conditional statements that include
branches with multiple statements. This style complies with the Linux
kernel coding style and improves consistency and readability. Issues found by
checkpatch.

Signed-off-by: Kimberly Brown <kimbrownkd@gmail.com>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-dma/mtk-hsdma.c