Re: [PATCH v3] Staging: iio: accel: Fixed NULL comparison style

2015-12-19 Thread Jonathan Cameron
On 13/12/15 15:15, Bhaktipriya Shridhar wrote: > The variable u8 **rx_p, is a pointer-to-pointer and hence the check > should > be "if (!*rx_p)" and not "if (!rx_p)". > In the earlier version, checkpatch.pl gave the following check, which > was incorrect: > CHECK: Comparison to NULL could be

RE: [PATCH v9 0/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs

2015-12-19 Thread Thomas Gleixner
On Sat, 19 Dec 2015, KY Srinivasan wrote: > > From: Thomas Gleixner [mailto:t...@linutronix.de] > > On Tue, 15 Dec 2015, KY Srinivasan wrote: > > > > > > Of these 7 patches, Greg has committed all of the VMBUS > > > related supporting patches (3 patches). Thomas, can you > > > take the IRQ related

Re: [PATCH] staging-slicoss: Use a signed return type for slic_card_locate()

2015-12-19 Thread Dan Carpenter
It returns zero or negative error codes. The callers expect int. It is harmless. It should just be int. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org

Re: [PATCH] Staging: comedi: pcmcia: fixed a line with over 80 chars

2015-12-19 Thread Philippe Loctaux
Sorry I didn't read the doc correctly! -- Philippe Loctaux p...@philippeloctaux.com On Fri, Dec 18, 2015 at 03:00:42PM -0800, Greg KH wrote: > On Sun, Dec 13, 2015 at 05:40:34PM +0100, Philippe Loctaux wrote: > > This patch fixes the checkpatch.pl warning: > > > > WARNING: line over 80

[PATCH] staging-slicoss: Use a signed return type for slic_card_locate()

2015-12-19 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 19 Dec 2015 20:30:39 +0100 The return type "u32" was used by the slic_card_locate() function despite of the aspect that it will eventually return a negative error code. Improve this implementation detail by using the type "s32"

RE: [PATCH v9 0/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs

2015-12-19 Thread KY Srinivasan
> -Original Message- > From: Thomas Gleixner [mailto:t...@linutronix.de] > Sent: Saturday, December 19, 2015 12:21 PM > To: KY Srinivasan > Cc: Jake Oshins ; gre...@linuxfoundation.org; linux- > ker...@vger.kernel.org;

From Hadji Jabirah Jaleel Moustafa, INVESTMENT PROJECT PARTNERSHIP

2015-12-19 Thread Mrs.Jabirah Jaleel Moustafa
Jabirah Jaleel Moustafa Located Address: Unicef Quater #13 Sangkat Boeing Thang Chamkamorn Seim Reap Kingdom of Cambodia My Direct Phone: +855-86538015 Passport Number: AO20182 Hello Dear, I am Hadji Jabirah Jaleel Moustafa by name from Homs Arab republic of Syria. I am 56 years old Muslim

RE: [PATCH v9 0/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs

2015-12-19 Thread Thomas Gleixner
On Tue, 15 Dec 2015, KY Srinivasan wrote: > > Of these 7 patches, Greg has committed all of the VMBUS > related supporting patches (3 patches). Thomas, can you > take the IRQ related patches through your tree. That does not make any sense. > > Jake Oshins (7): > > drivers:hv: Export a