1
0
Fork 0

i40evf: fix bad indentation

Not sure how this slipped through. Cosmetic change only.

Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Jim Young <james.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
hifive-unleashed-5.1
Mitch Williams 2015-04-07 19:45:30 -04:00 committed by Jeff Kirsher
parent 4443463852
commit 2619ef475f
1 changed files with 1 additions and 1 deletions

View File

@ -2029,7 +2029,7 @@ static void i40evf_init_task(struct work_struct *work)
if (err) {
dev_err(&pdev->dev, "Failed to set MAC type (%d)\n",
err);
goto err;
goto err;
}
err = i40evf_check_reset_complete(hw);
if (err) {