All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Pushpendra Singh <pushpendra.singh@smartplayin.com>
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	gregkh@linuxfoundation.org, navin.patidar@gmail.com,
	gmate.amit@gmail.com, manuel.schoelling@gmx.de
Subject: Re: [PATCH 1/7] staging: rtl8188eu: core: added blank line after declarations
Date: Tue, 10 Feb 2015 16:51:03 +0530	[thread overview]
Message-ID: <20150210112103.GA17013@sudip-PC> (raw)
In-Reply-To: <1423562655-29971-1-git-send-email-pushpendra.singh@smartplayin.com>

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

      parent reply	other threads:[~2015-02-10 11:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-10 10:04 [PATCH 1/7] staging: rtl8188eu: core: added blank line after declarations Pushpendra Singh
2015-02-10 10:04 ` [PATCH 2/7] staging: rtl8188eu: core: removing unnecessary space Pushpendra Singh
2015-02-10 10:04 ` [PATCH 3/7] staging: rtl8188eu: core: remove spaces at start of line Pushpendra Singh
2015-02-10 10:04 ` [PATCH 4/7] staging: rtl8188eu: core: remove unnecessary parentheses Pushpendra Singh
2015-02-10 10:04 ` [PATCH 5/7] staging: rtl8188eu: core: remove indentation warning Pushpendra Singh
2015-02-10 10:04 ` [PATCH 6/7] staging: rtl8188eu: core: removed unnecessary braces Pushpendra Singh
2015-02-10 10:04 ` [PATCH 7/7] staging: rtl8188eu: core : remove space before tabs Pushpendra Singh
2015-02-10 11:21 ` Sudip Mukherjee [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150210112103.GA17013@sudip-PC \
    --to=sudipm.mukherjee@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gmate.amit@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manuel.schoelling@gmx.de \
    --cc=navin.patidar@gmail.com \
    --cc=pushpendra.singh@smartplayin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.