> -----Original Message-----
> From: Greg KH [mailto:gre...@linuxfoundation.org]
> Sent: Thursday, May 5, 2016 9:46 PM
> To: Kershner, David A <david.kersh...@unisys.com>
> Cc: driverdev-devel@linuxdriverproject.org; *S-Par-Maintainer
> <sparmaintai...@unisys.com>; Arfvidson, Erik
> <erik.arfvid...@unisys.com>
> Subject: Re: [PATCH] staging: unisys: fix format string %Lx to %llx for u64
> 
> On Thu, May 05, 2016 at 10:25:59PM -0400, David Kershner wrote:
> > From: Erik Arfvidson <erik.arfvid...@unisys.com>
> >
> > this patch fixes the following sonarqube issue.
> > %Lx in format string (no. 1) requires 'unsigned long long'
> > but the argument type is 'unsigned long long'
> >
> > Signed-off-by: Erik Arfvidson <erik.arfvid...@unisys.com>
> > Signed-off-by: David Kershner <david.kersh...@unisys.com>
> > ---
> >  drivers/staging/unisys/visorbus/visorbus_main.c | 10 +++++-----
> >  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> 
> Please send patches as series, otherwise I have no idea what order to
> apply them, so I'll just give up and delete them all from my queue.
> 
> You know better than this :(
> 

Sorry, didn't send as a series cause they can be applied independently of
each other. Should I consider all the patches sent dropped and send as a
series this time?

Thanks, 
David Kershner

> greg k-h
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to