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.si...@smartplayin.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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to