mirror of https://gitee.com/openkylin/linux.git
i40e: remove some stray indenting
These two lines are indented too far. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
deb9a9ad3e
commit
5dd3691c98
|
@ -3146,8 +3146,8 @@ static int i40e_vc_del_cloud_filter(struct i40e_vf *vf, u8 *msg)
|
|||
dev_info(&pf->pdev->dev,
|
||||
"VF %d: Invalid input, can't apply cloud filter\n",
|
||||
vf->vf_id);
|
||||
aq_ret = I40E_ERR_PARAM;
|
||||
goto err;
|
||||
aq_ret = I40E_ERR_PARAM;
|
||||
goto err;
|
||||
}
|
||||
|
||||
memset(&cfilter, 0, sizeof(cfilter));
|
||||
|
|
Loading…
Reference in New Issue