Re: [PATCH] staging: rtl8723au: hal: Removed spaces before starting of a line

From: Joe Perches
Date: Mon Dec 01 2014 - 12:03:50 EST


On Mon, 2014-12-01 at 21:23 +0530, Anjana Sasindran wrote:
> This patch fix the checkpatch.pl warning:
> WARNING: please, no spaces at the start of a line
[]
> diff --git a/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c b/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
[]
> @@ -20,7 +20,7 @@ odm_ConfigRFReg_8723A(
> struct dm_odm_t *pDM_Odm,
> u32 Addr,
> u32 Data,
> - enum RF_RADIO_PATH RF_PATH,
> +enum RF_RADIO_PATH RF_PATH,
.
This should have a leading tab indentation



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/