All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jérôme Pouiller" <Jerome.Pouiller@silabs.com>
To: Payal Kshirsagar <payalskshirsagar1234@gmail.com>
Cc: "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
	"outreachy-kernel@googlegroups.com"
	<outreachy-kernel@googlegroups.com>
Subject: Re: [PATCH] [Outreachy kernel] staging: wfx: remove blank line
Date: Mon, 9 Mar 2020 17:36:45 +0000	[thread overview]
Message-ID: <1983551.LdvHZP8miH@pc-42> (raw)
In-Reply-To: <20200309165528.5721-1-payalskshirsagar1234@gmail.com>

On Monday 9 March 2020 17:55:28 CET Payal Kshirsagar wrote:
> 
> Blank line is not necessary before a close brace '}', remove it.
> 
> Signed-off-by: Payal Kshirsagar <payalskshirsagar1234@gmail.com>
> ---
>  drivers/staging/wfx/data_rx.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/staging/wfx/data_rx.c b/drivers/staging/wfx/data_rx.c
> index 5d198457c6ce..2a09f6b978c3 100644
> --- a/drivers/staging/wfx/data_rx.c
> +++ b/drivers/staging/wfx/data_rx.c
> @@ -62,7 +62,6 @@ static int wfx_drop_encrypt_data(struct wfx_dev *wdev,
>         memmove(skb->data + iv_len, skb->data, hdrlen);
>         skb_pull(skb, iv_len);
>         return 0;
> -
>  }
> 
>  void wfx_rx_cb(struct wfx_vif *wvif,
> --
> 2.17.1

Reviewed-by: Jérôme Pouiller <jerome.pouiller@silabs.com>

-- 
Jérôme Pouiller



  reply	other threads:[~2020-03-09 20:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-09 16:55 [PATCH] [Outreachy kernel] staging: wfx: remove blank line Payal Kshirsagar
2020-03-09 17:36 ` Jérôme Pouiller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-08 18:41 Payal Kshirsagar
2020-03-09 11:41 ` Stefano Brivio

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=1983551.LdvHZP8miH@pc-42 \
    --to=jerome.pouiller@silabs.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=outreachy-kernel@googlegroups.com \
    --cc=payalskshirsagar1234@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.