[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190324093910.GB15691@bharath12345-Inspiron-5559>
Date: Sun, 24 Mar 2019 15:09:10 +0530
From: Bharath Vedartham <linux.bhar@...il.com>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: philipp.panzer@....de, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v4] staging: ralink-gdma: Use u32 over uint32_t
On Sun, Mar 24, 2019 at 09:58:33AM +0100, Greg KH wrote:
> On Sat, Mar 23, 2019 at 09:16:48PM +0530, Bharath Vedartham wrote:
> > Fixes the checkpatch.pl warning: "Prefer u32 over uint32_t"
> >
> > Signed-off-by: Bharath Vedartham <linux.bhar@...il.com>
> > ---
> > Changes since v3
> > - Fixed allignment issues.
> > - Submitted a seperate patch to change unsigned
> > to unsigned int.
> > - One of the allignments crosses 80 characters in a line
> > but I feel that we may loose readability if we try to reduce
> > the characters in the line.
> > ---
> > drivers/staging/ralink-gdma/ralink-gdma.c | 14 ++++++--------
> > 1 file changed, 6 insertions(+), 8 deletions(-)
>
> This patch does not apply to my staging-testing branch at all :(
Same case here :(. I have used linus's branch rather than the staging
branch. I have also noticed that this patch does not apply to the
staging branch as this checkpatch warning has already been fixed in the
staging branch.
Powered by blists - more mailing lists