All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Bhumika Goyal <bhumirks@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH] Staging:wlan-ng:Merged two lines into one
Date: Mon, 8 Feb 2016 11:39:22 -0800	[thread overview]
Message-ID: <20160208193922.GA10743@kroah.com> (raw)
In-Reply-To: <1454959731-21240-1-git-send-email-bhumirks@gmail.com>

On Tue, Feb 09, 2016 at 12:58:51AM +0530, Bhumika Goyal wrote:
> The last two lines of these functions are compressed into one.
> Also removed the variable ret as it is now not used.
> Found using coccinelle:
> @@
> expression e, ret;
> @@
> 
> -ret =
> +return
>      e;
> -return ret;
> 
> Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
> ---
>  drivers/staging/wlan-ng/hfa384x_usb.c | 20 ++++----------------
>  1 file changed, 4 insertions(+), 16 deletions(-)

We do not accept patches on the outreachy-kernel mailing list yet,
please submit these the "normal way" in order for them to be accepted to
the kernel community.

thanks,

greg k-h


  reply	other threads:[~2016-02-08 19:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-08 19:28 [PATCH] Staging:wlan-ng:Merged two lines into one Bhumika Goyal
2016-02-08 19:39 ` Greg KH [this message]
2016-02-08 19:54   ` [Outreachy kernel] " Bhumika Goyal
2016-02-08 20:00     ` Greg KH
2016-02-08 20:38   ` Julia Lawall
2016-02-08 23:24     ` Greg KH
2016-02-09  6:31 ` Julia Lawall
2016-02-09  9:42 ` [PATCH v2] Staging: wlan-ng: Merge " Bhumika Goyal
2016-02-09 10:16   ` [Outreachy kernel] " Julia Lawall
2016-02-09 10:25     ` Bhumika Goyal
2016-02-09 10:26       ` Julia Lawall
2016-02-09 12:06   ` [PATCH v3] " Bhumika Goyal
2016-02-09 12:19     ` [Outreachy kernel] " Julia Lawall

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=20160208193922.GA10743@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=bhumirks@gmail.com \
    --cc=outreachy-kernel@googlegroups.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.