From: Greg KH <gregkh@linuxfoundation.org>
To: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Alaa Mohamed <eng.alaamohamedsoliman.am@gmail.com>,
outreachy@lists.linux.dev, phil@philpotter.co.uk,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] staging: r8188eu: Add line after declarations
Date: Tue, 5 Apr 2022 15:45:49 +0200 [thread overview]
Message-ID: <YkxIDdCrJT1rV3SZ@kroah.com> (raw)
In-Reply-To: <c8461d9c-dda1-3c1e-0e3b-169073e8c4d0@lwfinger.net>
On Mon, Apr 04, 2022 at 01:47:33PM -0500, Larry Finger wrote:
> On 4/4/22 09:39, Alaa Mohamed wrote:
> > Reported by checkpatch:
> >
> > WARNING: Missing a blank line after declarations
> >
> > Signed-off-by: Alaa Mohamed <eng.alaamohamedsoliman.am@gmail.com>
> > ---
> > drivers/staging/r8188eu/core/rtw_br_ext.c | 5 +++--
> > 1 file changed, 3 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/staging/r8188eu/core/rtw_br_ext.c b/drivers/staging/r8188eu/core/rtw_br_ext.c
> > index 7c664f80fa99..f7811b46db1c 100644
> > --- a/drivers/staging/r8188eu/core/rtw_br_ext.c
> > +++ b/drivers/staging/r8188eu/core/rtw_br_ext.c
> > @@ -313,6 +313,7 @@ void nat25_db_cleanup(struct adapter *priv)
> > for (i = 0; i < NAT25_HASH_SIZE; i++) {
> > struct nat25_network_db_entry *f;
> > +
> > f = priv->nethash[i];
> > while (f) {
> > struct nat25_network_db_entry *g;
> > @@ -339,12 +340,12 @@ void nat25_db_expire(struct adapter *priv)
> > for (i = 0; i < NAT25_HASH_SIZE; i++) {
> > struct nat25_network_db_entry *f;
> > - f = priv->nethash[i];
> > + f = priv->nethash[i];
> > while (f) {
> > struct nat25_network_db_entry *g;
> > - g = f->next_hash;
> > + g = f->next_hash;
> > if (__nat25_has_expired(f)) {
> > if (atomic_dec_and_test(&f->use_count)) {
> > if (priv->scdb_entry == f) {
>
> Acked_by: Larry Finger <Larry.Finger@lwfinger.net>
>
> That applies to both patches.
b4 doesn't pick this ack up for both patches, you either need to do it
on the 0/X message, or on each one individually.
thanks,
greg k-h
next prev parent reply other threads:[~2022-04-05 13:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-04 14:39 [PATCH 1/2] staging: r8188eu: add space around arithmatic sign Alaa Mohamed
2022-04-04 14:39 ` [PATCH 2/2] staging: r8188eu: Add line after declarations Alaa Mohamed
2022-04-04 18:47 ` Larry Finger
2022-04-05 13:45 ` Greg KH [this message]
2022-04-05 0:10 ` [PATCH 1/2] staging: r8188eu: add space around arithmatic sign Alison Schofield
2022-04-05 13:46 ` Greg KH
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=YkxIDdCrJT1rV3SZ@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=Larry.Finger@lwfinger.net \
--cc=eng.alaamohamedsoliman.am@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=outreachy@lists.linux.dev \
--cc=phil@philpotter.co.uk \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox