commit | c9e3c03a76f13dd8ba1e6c941b0d115da5e7839b | [log] [tgz] |
---|---|---|
author | Mark Einon <mark.einon@gmail.com> | Mon Sep 22 20:58:15 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 23 11:35:08 2014 -0700 |
tree | 81ec942f86392ae6a5005d6c1857f53be7c20d3d | |
parent | 3f4d2029421c1bfabc6504bdd96669af5ff82f32 [diff] |
staging: et131x: Use braces on all arms of if/else in et131x_handle_recv_pkts The 'if' blocks have braces, so the 'else' blocks should too. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>