Re: [PATCH 3/3] rtl8188eu: Remove leading spaces in rtw_led.c

From: Greg Kroah-Hartman
Date: Wed Nov 26 2014 - 21:31:07 EST


On Fri, Nov 07, 2014 at 12:24:28AM +0100, Krzysztof Konopko wrote:
> According to Linux coding convention leading spaces are not allowed. This
> patch removes leading spaces in rtw_led.c
>
> Signed-off-by: Krzysztof Konopko <kris@xxxxxxxxxxx>
> ---
> drivers/staging/rtl8188eu/core/rtw_led.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/rtl8188eu/core/rtw_led.c b/drivers/staging/rtl8188eu/core/rtw_led.c
> index 1b8264b..5d7e8ec 100644
> --- a/drivers/staging/rtl8188eu/core/rtw_led.c
> +++ b/drivers/staging/rtl8188eu/core/rtw_led.c
> @@ -40,6 +40,7 @@ void BlinkTimerCallback(void *data)
> void BlinkWorkItemCallback(struct work_struct *work)
> {
> struct LED_871x *pLed = container_of(work, struct LED_871x, BlinkWorkItem);
> +
> BlinkHandler(pLed);
> }

This is not a "fix leading space" change :(
--
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/