]> git.openfabrics.org - ~emulex/infiniband.git/commit
Staging: bcm: Fixed indention for inner if-block
authorMatthias Beyer <mail@beyermatthias.de>
Fri, 27 Jun 2014 09:55:14 +0000 (11:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 29 Jun 2014 21:29:41 +0000 (14:29 -0700)
commit71928b3a4613f01444ff07d8693baac69c608731
tree27ff21c43cb1dd6b72eb32cc44e450626d617320
parent41f3b52cf460d1641698bab84c2a3dc110d22b3a
Staging: bcm: Fixed indention for inner if-block

The inner if-statement was aligned just like the outer one. Why?

This indention was introduced by

    f34c488c3894968e8cdbdc3b1ed617d78315cace

which is a indention-fix patch itself. That's why I'm curious about it.

I did not merge these nested if-statements, as I don't know if I'm
destroying logical seperated checks with it.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/DDRInit.c