Skip to content

Commit

Permalink
i40e: Fix spelling mistake "dissable" -> "disable"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a dev_info message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
  • Loading branch information
Colin Ian King authored and Tony Nguyen committed Aug 17, 2021
1 parent 5ac49f3 commit 6e9078a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/intel/i40e/i40e_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4638,7 +4638,7 @@ void i40e_vsi_stop_rings(struct i40e_vsi *vsi)
err = i40e_control_wait_rx_q(pf, pf_q, false);
if (err)
dev_info(&pf->pdev->dev,
"VSI seid %d Rx ring %d dissable timeout\n",
"VSI seid %d Rx ring %d disable timeout\n",
vsi->seid, pf_q);
}

Expand Down

0 comments on commit 6e9078a

Please sign in to comment.