mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
i40e: delete a stray tab
This return statement is indented one tab too far. Delete a tab. Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Reviewed-by: Tony Nguyen <anthony.l.nguyen@intel.com> Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com> Link: https://patch.msgid.link/aSBqjtA8oF25G1OG@stanley.mountain Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
e05021a829
commit
ef0b78b5b6
@@ -2967,7 +2967,7 @@ static inline int i40e_check_vf_permission(struct i40e_vf *vf,
|
||||
dev_err(&pf->pdev->dev,
|
||||
"Cannot add more MAC addresses: VF reached its maximum allowed limit (%d)\n",
|
||||
mac_add_max);
|
||||
return -EPERM;
|
||||
return -EPERM;
|
||||
}
|
||||
if (!vf_trusted) {
|
||||
dev_err(&pf->pdev->dev,
|
||||
|
||||
Reference in New Issue
Block a user