i40e: fix log message wording
Change the redundant "vsi VSI" to VSI. Change-ID: Ic16ea5820a99abc7831713cde39e7d032a7ba4d3 Signed-off-by: Shannon Nelson <shannon.nelson@intel.com> Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
beb0dff125
commit
c07019e4a4
|
@ -1083,7 +1083,7 @@ static ssize_t i40e_dbg_command_write(struct file *filp,
|
|||
vsi = i40e_dbg_find_vsi(pf, vsi_seid);
|
||||
if (!vsi) {
|
||||
dev_info(&pf->pdev->dev,
|
||||
"add relay: vsi VSI %d not found\n", vsi_seid);
|
||||
"add relay: VSI %d not found\n", vsi_seid);
|
||||
goto command_write_done;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue