[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YHGsqpNPPw+yZN12@kroah.com>
Date: Sat, 10 Apr 2021 15:48:26 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Mitali Borkar <mitaliborkar810@...il.com>
Cc: linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
outreachy-kernel@...glegroups.com, mitali_s@...iitr.ac.in
Subject: Re: [PATCH v2] staging: rtl8192e: fixed pointer error by adding '*'
On Sat, Apr 10, 2021 at 07:07:08PM +0530, Mitali Borkar wrote:
> On Sat, Apr 10, 2021 at 03:14:24PM +0200, Greg KH wrote:
> > On Sat, Apr 10, 2021 at 06:30:38PM +0530, Mitali Borkar wrote:
> > > Fixed Comparison to NULL can be written as '!...' by replacing it with
> > > simpler form i.e. boolean expression. This makes code more readable
> > > alternative.
> > > Reported by checkpatch.
> >
> > Checkpatch did not report this specific problem, Julia did :)
> >
> > And this changelog text does not reflect the commit you made here.
> >
> Making the changes now.
>
> > >
> > > Signed-off-by: Mitali Borkar <mitaliborkar810@...il.com>
> >
> > We need a "Reported-by:" line here to reflect that someone reported the
> > problem as well.
> >
> I am resending this as patch v3. I have to add reprted by Julia, right?
Yes please.
Powered by blists - more mailing lists