> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf
> Of Dan Carpenter
> Sent: Friday, November 21, 2025 2:35 PM
> To: Mohammad Heib <[email protected]>
> Cc: Nguyen, Anthony L <[email protected]>; Kitszel,
> Przemyslaw <[email protected]>; Andrew Lunn
> <[email protected]>; David S. Miller <[email protected]>; Eric
> Dumazet <[email protected]>; Jakub Kicinski <[email protected]>; Paolo
> Abeni <[email protected]>; [email protected];
> [email protected]; [email protected]; kernel-
> [email protected]
> Subject: [Intel-wired-lan] [PATCH net-next] i40e: delete a stray tab
>
> This return statement is indented one tab too far. Delete a tab.
>
> Signed-off-by: Dan Carpenter <[email protected]>
> ---
> drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
> b/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
> index 9d91a382612d..8b30a3accd31 100644
> --- a/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
> +++ b/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
> @@ -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,
> --
> 2.51.0
Reviewed-by: Aleksandr Loktionov <[email protected]>