Hello My Dearest, This product is available for viewing and inspection.

2016-09-29 Thread Ms. Egio Begki
Hello My Dearest, Please accept my apology if my mail does not meet your personal ethics, it’s just my urgent need of your partnership and cooperation to provide a good and reliable bank account that can receive $5.8 Million USD. And also 150 Kilos of Gold in Nairobi which you will sell off in th

[PATCH] staging: fbtft: fix NULL comparison checkpatch warning

2016-09-29 Thread Carlos Palminha
Fixed the following checkpatch warnings (task #10 of eudyptula challenge): - NULL comparison rewritten to use '!' operator Signed-off-by: Carlos Palminha --- drivers/staging/fbtft/fbtft_device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/fbtft/fbtft_d

Re: [PATCH v3] staging: fbtft: Fix checkpatch warning

2016-09-29 Thread Greg KH
On Thu, Sep 29, 2016 at 11:13:26AM +0100, Carlos Palminha wrote: > Fixed the following checkpatch warnings (task #10 of eudyptula challenge): > - removed unnecessary blank line after open brace > - NULL comparison rewritten to use '!' operator That is two totally different things, this requires 2

[PATCH] Staging: sm750fb: Fix block comments

2016-09-29 Thread Ramiro Oliveira
Correct the styling of some block comments as reported by checkpatch. Signed-off-by: Ramiro Oliveira --- drivers/staging/sm750fb/ddk750_swi2c.c | 36 +- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_swi2c.c b/drive

[PATCH v3] staging: fbtft: Fix checkpatch warning

2016-09-29 Thread Carlos Palminha
Fixed the following checkpatch warnings (task #10 of eudyptula challenge): - removed unnecessary blank line after open brace - NULL comparison rewritten to use '!' operator Signed-off-by: Carlos Palminha --- Changes v2->v3: - Improved explanation text. Changes v1->v2: - Added signed-off-by and co

Re: [PATCH] hv: do not lose pending heartbeat vmbus packets

2016-09-29 Thread Vitaly Kuznetsov
Long Li writes: > From: Long Li > > The host keeps sending heartbeat packets independent of guest responding to > them. In some situations, there might be multiple heartbeat packets pending > in the ring buffer. Don't lose them, read them all. > > Signed-off-by: Long Li Long, K. Y., it seem

Re: [PATCH] staging: wlan-ng: cast to restricted __le16

2016-09-29 Thread Greg KH
On Thu, Sep 29, 2016 at 11:54:03AM +0300, Ebru Akagunduz wrote: > This patch uses __le16 data type to fix le16_to_cpu() > cast warnings which is found by sparse. > > Signed-off-by: Ebru Akagunduz > --- > drivers/staging/wlan-ng/hfa384x.h | 14 +++--- > 1 file changed, 7 insertions(+), 7

[PATCH] staging: wlan-ng: cast to restricted __le16

2016-09-29 Thread Ebru Akagunduz
This patch uses __le16 data type to fix le16_to_cpu() cast warnings which is found by sparse. Signed-off-by: Ebru Akagunduz --- drivers/staging/wlan-ng/hfa384x.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/stagin