i40e: fix whitespace
Trivial whitespace fix. Change-Id: Ib7c70891a33c4b3d200c69367549d0dbdee0f076 Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
6c12fcbf18
commit
1b60f3c416
|
@ -533,6 +533,7 @@ static void i40e_dbg_dump_vsi_seid(struct i40e_pf *pf, int seid)
|
|||
struct i40e_ring *tx_ring = ACCESS_ONCE(vsi->tx_rings[i]);
|
||||
if (!tx_ring)
|
||||
continue;
|
||||
|
||||
dev_info(&pf->pdev->dev,
|
||||
" tx_rings[%i]: desc = %p\n",
|
||||
i, tx_ring->desc);
|
||||
|
|
Loading…
Reference in New Issue