diff options
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | 2017-06-20 15:16:57 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2017-07-26 03:25:19 -0700 |
commit | 4d433084dd3b8b9ce656c35505e7dc5bd1d929b5 (patch) | |
tree | 80e8c7627e53e1768d328b9158630943e9ccba6f /crypto/async_tx | |
parent | 0ac30ce433232944e702876c1288c0d50eee3151 (diff) | |
download | linux-4d433084dd3b8b9ce656c35505e7dc5bd1d929b5.tar.bz2 |
i40e: fix odd formatting and indent
The compiler warned on an oddly indented bit of code, and when
investigating that, noted that the functions themselves had
an odd flow. The if condition was checked, and would exclude
a call to AQ, but then the aq_ret would be checked unconditionally
which just looks really weird, and is likely to cause objections.
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'crypto/async_tx')
0 files changed, 0 insertions, 0 deletions