]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: i2o: Remove unnecessary braces
authoraybuke ozdemir <aybuke.147@gmail.com>
Wed, 25 Feb 2015 22:10:21 +0000 (00:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 20:23:58 +0000 (12:23 -0800)
commit1e0e76508c55eac8475735b1ae79d41288edda94
tree442d2cfdcce414442d75bb94f2c99ab0c32c24fa
parent924954f12448249756ccbc45ba1e5e53bf9cfaee
Staging: i2o: Remove unnecessary braces

Brackets were removed from the expression that containing single
statement. Removed following checkpatch.pl warnings:
WARNING: braces {} are not necessary for single statement blocks

Signed-off-by: aybuke ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/i2o/device.c