lkml.org 
[lkml]   [2022]   [Apr]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/2] staging: r8188eu: Add line after declarations
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

\
 
 \ /
  Last update: 2022-04-05 23:39    [W:0.053 / U:2.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site