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
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
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
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
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
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
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
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