[PATCH] Staging: rtl8188eu: fix coding style errors

Dan Carpenter dan.carpenter at oracle.com
Mon Mar 2 08:02:27 UTC 2015


On Fri, Feb 27, 2015 at 05:44:09PM +0100, Matteo Semenzato wrote:
> diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c b/drivers/staging/rtl8188eu/core/rtw_efuse.c
> index 8816d11..c31fdbc 100644
> --- a/drivers/staging/rtl8188eu/core/rtw_efuse.c
> +++ b/drivers/staging/rtl8188eu/core/rtw_efuse.c
> @@ -31,7 +31,7 @@
>  
>  enum{
>  		VOLTAGE_V25						= 0x03,
> -		LDOE25_SHIFT						= 28 ,
> +		LDOE25_SHIFT						= 28,

Those doesn't need to be a million spaces before the '=' character.

regards,
dan carpenter



More information about the devel mailing list