commit | ee60c8ec323167a02de357e9d9b44af850052ee3 | [log] [tgz] |
---|---|---|
author | Mark Einon <mark.einon@gmail.com> | Sun Sep 14 16:59:07 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Sep 19 16:05:19 2014 -0700 |
tree | c0e1d1ba010678810df43ddf1934dbbc55694ce2 | |
parent | c13756784a6a16fb5d25585a4058dd6d284fd033 [diff] |
staging: et131x: Use braces on all arms of if/else statements In some places in et131x.c, one arm of am if/else statement has braces and the other not - put braces on both arms where this happens. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>