RECONTACTING YOU AGAIN

2015-01-08 Thread JAMES COLLINS
I HAVE E-MAILED YOU EARLIER WITHOUT ANY RESPONSE FROM YOU. I NEED YOUR ASSISTANCE TO MOVE OUT CONSIGNMENT CONTAINING US$25.8 MILLION FROM A FINANCIAL STORAGE HOUSE IN LONDON AS THE INHERITOR AND OUR SHARING MODE IS 50%/50%. IF YOU ARE CAPABLE TO HANDLE THIS, PROVIDE TO ME YOUR FULL NAMES, ADDRES

[PATCH] staging: ion: always initialize the free list parameters

2015-01-08 Thread Mitchel Humpherys
Currently we initialize the heap free_lock and free list size in ion_heap_init_deferred_free, which is only called when the ION_HEAP_FLAG_DEFER_FREE heap flag is given. However, the lock and size are used in the shrinker path as well as the deferred free path, and we can register a shrinker *witho

RE: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor cleanup

2015-01-08 Thread KY Srinivasan
> -Original Message- > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > Sent: Thursday, January 8, 2015 8:02 AM > To: KY Srinivasan > Cc: gre...@linuxfoundation.org; de...@linuxdriverproject.org; Haiyang > Zhang; linux-ker...@vger.kernel.org > Subject: Re: [PATCH 0/5] Tools: hv: fix

RE: [PATCH 0/8] staging: comedi: aio_iiro_16: cleaup driver

2015-01-08 Thread Hartley Sweeten
On Thursday, January 08, 2015 3:52 AM, Ian Abbott wrote: > On 08/01/15 00:19, H Hartley Sweeten wrote: >> Tidy up this driver and add async command support for change-of-state >> detection of the digital inputs. >> >> H Hartley Sweeten (8): >>staging: comedi: aio_iiro_16: fix subdevice 0 'type'

[Discarding old patch and resending new one] Staging: vt6655: baseband.c: fixed line over 80 characters

2015-01-08 Thread Sakshi Bansal
Signed-off-by: Sakshi Bansal --- drivers/staging/vt6655/baseband.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c index 86c72ba..c138f9b 100644 --- a/drivers/staging/vt6655/baseband.c +++ b/drivers/stagi

Re: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor cleanup

2015-01-08 Thread Vitaly Kuznetsov
KY Srinivasan writes: >> -Original Message- >> From: devel [mailto:driverdev-devel-boun...@linuxdriverproject.org] On >> Behalf Of gre...@linuxfoundation.org >> Sent: Wednesday, December 10, 2014 6:48 AM >> To: Vitaly Kuznetsov >> Cc: de...@linuxdriverproject.org; Haiyang Zhang; linux- >>

Re: [Discarding old patch and resending new one] Fixed line over 80 characters for drivers/staging/vt6655/baseband.c by splitting the line into two

2015-01-08 Thread Dan Carpenter
Read: https://www.google.com/search?q=how+to+write+a+v2+patch The subject is still messed up and there is no changelog. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/

[Discarding old patch and resending new one] Fixed line over 80 characters for drivers/staging/vt6655/baseband.c by splitting the line into two

2015-01-08 Thread Sakshi Bansal
Signed-off-by: Sakshi Bansal --- drivers/staging/vt6655/baseband.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c index 86c72ba..c138f9b 100644 --- a/drivers/staging/vt6655/baseband.c +++ b/drivers/stagi

[PATCH] Staging: wlan-ng: hfa384x_usb: Fix else is not useful warning

2015-01-08 Thread Sven Dziadek
This fixes the following checkpatch.pl warning: WARNING: else is not generally useful after a break or return Signed-off-by: Sven Dziadek --- drivers/staging/wlan-ng/hfa384x_usb.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c

Re: [PATCH 3.19.0-rc3 1/1] STAGING: Fix pcl818.c coding style issue

2015-01-08 Thread Dan Carpenter
On Thu, Jan 08, 2015 at 06:07:50PM +0800, simon wrote: > Correct coding style problem in pcl818.c. The coding style problems(29 > warnings detected by checkpatch.pl) includes: > - line over 80 characters > - There is space before tabs > The changed file has been verified with checkpatch.pl t

[PATCH 3.19.0-rc3 1/1] STAGING: Fix pcl818.c coding style issue

2015-01-08 Thread simon
Correct coding style problem in pcl818.c. The coding style problems(29 warnings detected by checkpatch.pl) includes: - line over 80 characters - There is space before tabs The changed file has been verified with checkpatch.pl to be clean for warnings/errors. Signed-off-by: Simon Guo ---

Re: [PATCH 0/8] staging: comedi: aio_iiro_16: cleaup driver

2015-01-08 Thread Ian Abbott
On 08/01/15 00:19, H Hartley Sweeten wrote: Tidy up this driver and add async command support for change-of-state detection of the digital inputs. H Hartley Sweeten (8): staging: comedi: aio_iiro_16: fix subdevice 0 'type' staging: comedi: aio_iiro_16: fix subdevice 1 'type' staging: co