diff options
author | Grant Grundler <grundler@chromium.org> | 2011-10-04 09:55:18 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-04 20:25:31 (GMT) |
commit | 83e1b91845403f6322284a6e74581cc47d57de9f (patch) | |
tree | 3c5fe7a0347ea71c41689076a6e5ba71e8bc30c4 /crypto/vmac.c | |
parent | 610d885d3176bd807b582401e8990898ae25bed2 (diff) | |
download | linux-fsl-qoriq-83e1b91845403f6322284a6e74581cc47d57de9f.tar.xz |
NET: white space/coding style cleanup of asix driver
check patch was complaining...mostly replaced:
if ((ret = asix_foo(xx)) < 0) ...
with
ret = asix_foo(xx);
if (ret < 0) ...
Signed-off-by: Grant Grundler <grundler@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto/vmac.c')
0 files changed, 0 insertions, 0 deletions