]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: octeon: Fix braces in condition statement
authorLaura Garcia Liebana <nevola@gmail.com>
Sat, 27 Feb 2016 23:47:09 +0000 (00:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Mar 2016 06:09:09 +0000 (22:09 -0800)
commit32680d9319ad7ee75fb6d8068d7a3721fbae826c
treee884553965ca3c01d4226a6cd6e7aac4282c3488
parent3f4a565a91e0f586056d91fbd8308ff5a5ae9e8d
staging: octeon: Fix braces in condition statement

Braces should be used on all arms of the if statement. Checkpatch
detected this issue.

Signed-off-by: Laura Garcia Liebana <nevola@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/ethernet-tx.c