Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-20 Thread Dan Carpenter
On Thu, Sep 20, 2012 at 01:10:09AM +0530, Adil Mujeeb wrote: > Removed do {} while (0) loop for a single statement macros > > Signed-off-by: Adil Mujeeb Also this patch doesn't apply with -p1. Send the email to yourself. Save the raw email including headers and everything. cd linux-3.6-rc6

Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-20 Thread Dan Carpenter
On Thu, Sep 20, 2012 at 01:10:09AM +0530, Adil Mujeeb wrote: Removed do {} while (0) loop for a single statement macros Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com Also this patch doesn't apply with -p1. Send the email to yourself. Save the raw email including headers and everything.

Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
Hi, On Thu, Sep 20, 2012 at 10:52 AM, Willy Tarreau wrote: > On Thu, Sep 20, 2012 at 09:19:42AM +0530, Adil Mujeeb wrote: >> On Thu, Sep 20, 2012 at 2:09 AM, Willy Tarreau wrote: >> > On Wed, Sep 19, 2012 at 12:44:58PM -0700, Joe Perches wrote: >> >> On Thu, 2012-09-20 at 01:07 +0530, Adil

Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Willy Tarreau
On Thu, Sep 20, 2012 at 09:19:42AM +0530, Adil Mujeeb wrote: > On Thu, Sep 20, 2012 at 2:09 AM, Willy Tarreau wrote: > > On Wed, Sep 19, 2012 at 12:44:58PM -0700, Joe Perches wrote: > >> On Thu, 2012-09-20 at 01:07 +0530, Adil Mujeeb wrote: > >> > Removed do {} while (0) loop for a single

Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
On Thu, Sep 20, 2012 at 2:09 AM, Willy Tarreau wrote: > On Wed, Sep 19, 2012 at 12:44:58PM -0700, Joe Perches wrote: >> On Thu, 2012-09-20 at 01:07 +0530, Adil Mujeeb wrote: >> > Removed do {} while (0) loop for a single statement macros >> > >> > Signed-off-by: Adil Mujeeb >> > --- >> >

Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Willy Tarreau
On Wed, Sep 19, 2012 at 12:44:58PM -0700, Joe Perches wrote: > On Thu, 2012-09-20 at 01:07 +0530, Adil Mujeeb wrote: > > Removed do {} while (0) loop for a single statement macros > > > > Signed-off-by: Adil Mujeeb > > --- > > linux-3.6-rc6/drivers/staging/panel/panel.c |4 ++-- > > 1 files

Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Joe Perches
On Thu, 2012-09-20 at 01:07 +0530, Adil Mujeeb wrote: > Removed do {} while (0) loop for a single statement macros > > Signed-off-by: Adil Mujeeb > --- > linux-3.6-rc6/drivers/staging/panel/panel.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git

[PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
Removed do {} while (0) loop for a single statement macros Signed-off-by: Adil Mujeeb --- linux-3.6-rc6/drivers/staging/panel/panel.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-3.6-rc6/drivers/staging/panel/panel.c

[PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
Removed do {} while (0) loop for a single statement macros Signed-off-by: Adil Mujeeb --- linux-3.6-rc6/drivers/staging/panel/panel.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-3.6-rc6/drivers/staging/panel/panel.c

[PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
Removed do {} while (0) loop for a single statement macros Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc6/drivers/staging/panel/panel.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-3.6-rc6/drivers/staging/panel/panel.c

[PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
Removed do {} while (0) loop for a single statement macros Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc6/drivers/staging/panel/panel.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-3.6-rc6/drivers/staging/panel/panel.c

Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Joe Perches
On Thu, 2012-09-20 at 01:07 +0530, Adil Mujeeb wrote: Removed do {} while (0) loop for a single statement macros Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc6/drivers/staging/panel/panel.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Willy Tarreau
On Wed, Sep 19, 2012 at 12:44:58PM -0700, Joe Perches wrote: On Thu, 2012-09-20 at 01:07 +0530, Adil Mujeeb wrote: Removed do {} while (0) loop for a single statement macros Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc6/drivers/staging/panel/panel.c |4 ++--

Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
On Thu, Sep 20, 2012 at 2:09 AM, Willy Tarreau w...@1wt.eu wrote: On Wed, Sep 19, 2012 at 12:44:58PM -0700, Joe Perches wrote: On Thu, 2012-09-20 at 01:07 +0530, Adil Mujeeb wrote: Removed do {} while (0) loop for a single statement macros Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com

Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Willy Tarreau
On Thu, Sep 20, 2012 at 09:19:42AM +0530, Adil Mujeeb wrote: On Thu, Sep 20, 2012 at 2:09 AM, Willy Tarreau w...@1wt.eu wrote: On Wed, Sep 19, 2012 at 12:44:58PM -0700, Joe Perches wrote: On Thu, 2012-09-20 at 01:07 +0530, Adil Mujeeb wrote: Removed do {} while (0) loop for a single

Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
Hi, On Thu, Sep 20, 2012 at 10:52 AM, Willy Tarreau w...@1wt.eu wrote: On Thu, Sep 20, 2012 at 09:19:42AM +0530, Adil Mujeeb wrote: On Thu, Sep 20, 2012 at 2:09 AM, Willy Tarreau w...@1wt.eu wrote: On Wed, Sep 19, 2012 at 12:44:58PM -0700, Joe Perches wrote: On Thu, 2012-09-20 at 01:07