]> git.baikalelectronics.ru Git - kernel.git/commit
staging: mt7621-spi: Remove unnecessary braces {} from single statement if block.
authorSankalp Negi <sankalpnegi2310@gmail.com>
Sat, 2 Jun 2018 18:37:31 +0000 (00:07 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Jun 2018 07:05:12 +0000 (09:05 +0200)
commit114042913d6c0aa132026931f544db7e59db978c
tree225d25c19f846a1b05646df309e3ca98ade732fb
parent37e699eb9e1f90144af5e3e0d46fa8328f80a5b8
staging: mt7621-spi: Remove unnecessary braces {} from single statement if block.

The patch fixes following checkpatch.pl issue:
WARNING : braces {} are not necessary for single statement blocks

Signed-off-by: Sankalp Negi <sankalpnegi2310@gmail.com>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-spi/spi-mt7621.c