Commit 2619ef47 authored by Mitch Williams's avatar Mitch Williams Committed by Jeff Kirsher

i40evf: fix bad indentation

Not sure how this slipped through. Cosmetic change only.
Signed-off-by: default avatarMitch Williams <mitch.a.williams@intel.com>
Tested-by: default avatarJim Young <james.m.young@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 44434638
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment