[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150210112103.GA17013@sudip-PC>
Date: Tue, 10 Feb 2015 16:51:03 +0530
From: Sudip Mukherjee <sudipm.mukherjee@...il.com>
To: Pushpendra Singh <pushpendra.singh@...rtplayin.com>
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
gregkh@...uxfoundation.org, navin.patidar@...il.com,
gmate.amit@...il.com, manuel.schoelling@....de
Subject: Re: [PATCH 1/7] staging: rtl8188eu: core: added blank line after
declarations
On Tue, Feb 10, 2015 at 03:34:09PM +0530, Pushpendra Singh wrote:
> Removed following checkpatch.pl warning from mutiple files
> WARNING: Missing a blank line after declarations
you have not checked this patch with checkpatch.
ERROR: trailing whitespace
#502: FILE: drivers/staging/rtl8188eu/core/rtw_security.c:69:
+^I$
>
> Signed-off-by: Pushpendra Singh <pushpendra.singh@...rtplayin.com>
<snip>
> mac_id = 0;
> + nr_subframes = 0;
> pattrib = &prframe->attrib;
>
> recvframe_pull(prframe, prframe->attrib.hdrlen);
> diff --git a/drivers/staging/rtl8188eu/core/rtw_security.c b/drivers/staging/rtl8188eu/core/rtw_security.c
> index bd8d60a..790fa91 100644
> --- a/drivers/staging/rtl8188eu/core/rtw_security.c
> +++ b/drivers/staging/rtl8188eu/core/rtw_security.c
> @@ -41,6 +41,7 @@ static void arcfour_init(struct arc4context *parc4ctx, u8 *key, u32 key_len)
> u32 stateindex;
> u8 *state;
> u32 counter;
> +
> state = parc4ctx->state;
> parc4ctx->x = 0;
> parc4ctx->y = 0;
> @@ -65,6 +66,7 @@ static u32 arcfour_byte(struct arc4context *parc4ctx)
> u32 y;
> u32 sx, sy;
> u8 *state;
> +
^^^^^^
trailing whitespace
regards
sudip
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists