> -----Original Message-----
> From: Greg KH [mailto:[email protected]]
> Sent: Thursday, May 5, 2016 9:46 PM
> To: Kershner, David A <[email protected]>
> Cc: [email protected]; *S-Par-Maintainer
> <[email protected]>; Arfvidson, Erik
> <[email protected]>
> 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 <[email protected]>
> >
> > 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 <[email protected]>
> > Signed-off-by: David Kershner <[email protected]>
> > ---
> >  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
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to