Re: [PATCH] Staging: rtl8188eu: fix coding style errors

From: Dan Carpenter
Date: Mon Mar 02 2015 - 03:03:00 EST


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

--
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/