1
0
Fork 0

i40evf: fix typo

Correct a missing word in a log message.

Change-ID: Id94da7d9f842382d073b3947e0b616503e2f8e91
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
hifive-unleashed-5.1
Mitch Williams 2014-06-04 04:22:40 +00:00 committed by Jeff Kirsher
parent 6a8e93db98
commit 3f2ab1721f
1 changed files with 1 additions and 1 deletions

View File

@ -2022,7 +2022,7 @@ static void i40evf_init_task(struct work_struct *work)
}
err = i40evf_send_vf_config_msg(adapter);
if (err) {
dev_err(&pdev->dev, "Unable send config request (%d)\n",
dev_err(&pdev->dev, "Unable to send config request (%d)\n",
err);
goto err;
}