mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
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>
This commit is contained in:
parent
4443463852
commit
2619ef475f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user