commit | d30ee670f25ea8f265a2804e2a0a53804cac5185 | [log] [tgz] |
---|---|---|
author | David Decotigny <decot@google.com> | Wed Apr 13 15:22:29 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 14 22:00:31 2011 -0700 |
tree | 7a8d3b92f26cb3e9570df2989a0b8ea462027a1a | |
parent | ef9c7ab4a97d53d9cb4912d13e142f52a30ecd54 [diff] |
net-bonding: Fix minor sparse complaints This gets rid of minor sparse complaints: drivers/net/bonding/bond_main.c:4361:4: warning: do-while statement is not a compound statement drivers/net/bonding/bond_main.c:243:12: warning: symbol 'bond_mode_name' was not declared. Should it be static? Signed-off-by: David Decotigny <decot@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>