]> Git Repo - linux.git/commitdiff
i40e: remove some stray indenting
authorDan Carpenter <[email protected]>
Wed, 21 Feb 2018 12:53:53 +0000 (15:53 +0300)
committerJeff Kirsher <[email protected]>
Mon, 26 Feb 2018 20:40:39 +0000 (12:40 -0800)
These two lines are indented too far.

Signed-off-by: Dan Carpenter <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c

index 14bbd5c1db7884f91d2d354d82fedc537f139d2c..e23975c67417417f5ec9cae9f0af34806f3a4765 100644 (file)
@@ -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));
This page took 0.058799 seconds and 4 git commands to generate.