]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: return early instead of wrap block in if statement
authorEmil Tantilov <emil.s.tantilov@intel.com>
Fri, 20 Jan 2017 22:11:50 +0000 (14:11 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 18 Apr 2017 20:24:04 +0000 (13:24 -0700)
commit082d3cc983e369f7f37fd7de65bc4aa99caea687
tree854efcb7bf6daae3d26d2be8f6fa6a22c41e2ebb
parenta0cf60dfb1b6171ef23ca57df97f27f29be6dc0b
ixgbe: return early instead of wrap block in if statement

Since we exit at the end of the block, we can save a level of
indentation by performing an early return, and make the next several
sections of code more legible, with fewer 80 character line breaks.

Also moved allocating vfinfo at the beginning and the notification
for enabling SRIOV at the end of the function when we know that it
will succeed.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c