All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Somya Anand <somyaanand214@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH v2 1/5] Staging: rtl8188eu: Remove useless local variable
Date: Fri, 6 Mar 2015 15:49:57 -0800	[thread overview]
Message-ID: <20150306234957.GA26883@kroah.com> (raw)
In-Reply-To: <1425475385-2360-2-git-send-email-somyaanand214@gmail.com>

On Wed, Mar 04, 2015 at 06:53:01PM +0530, Somya Anand wrote:
> This patch removes a redundant variable "raid" and adds inline
> return statements.
> 
> This issue is identified by the following coccinelle script:
> @@
> expression ret;
> identifier f;
> @@
> 
> -ret =
> +return
>      f(...);
> -return ret;
> 
> Signed-off-by: Somya Anand <somyaanand214@gmail.com>
> ---
>  drivers/staging/rtl8188eu/core/rtw_wlan_util.c | 24 +++++++-----------------
>  1 file changed, 7 insertions(+), 17 deletions(-)

I think I already applied an older version of this series, right?
Please resend the portions I missed that were different from the ones I
applied.

thanks,

greg k-h


  reply	other threads:[~2015-03-07 10:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-04 13:23 [PATCH v2 0/5] coccinelle and checkpatch.pl issues Somya Anand
2015-03-04 13:23 ` [PATCH v2 1/5] Staging: rtl8188eu: Remove useless local variable Somya Anand
2015-03-06 23:49   ` Greg KH [this message]
2015-03-07 14:47     ` [Outreachy kernel] " Somya Anand
2015-03-04 13:23 ` [PATCH v2 2/5] Staging: rtl8188eu: Add blank line after declaration Somya Anand
2015-03-04 13:23 ` [PATCH v2 3/5] Staging: rtl8188eu: Remove unneeded return statement Somya Anand
2015-03-04 13:23 ` [PATCH v2 4/5] staging: rtl8188eu: Remove unneeded parentheses Somya Anand
2015-03-04 13:23 ` [PATCH v2 5/5] Staging: rtl8188eu: Remove redundant local variable Somya Anand

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=20150306234957.GA26883@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=outreachy-kernel@googlegroups.com \
    --cc=somyaanand214@gmail.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.