Re: [PATCH] staging: xgifb: remove braces around else clause

2015-06-02 Thread Gujulan Elango, Hari Prasath (H.)
On Mon, Jun 01, 2015 at 04:07:22PM +0200, Konrad Zapalowicz wrote: > On 06/01, Gujulan Elango, Hari Prasath (H.) wrote: > > From: Hari Prasath Gujulan Elango > > > > Remove braces around else clause with single line > > > > Signed-off-by: Hari Prasath Gujulan Elango > > --- > > drivers/staging

Re: [PATCH] staging: xgifb: remove braces around else clause

2015-06-01 Thread Konrad Zapalowicz
On 06/01, Gujulan Elango, Hari Prasath (H.) wrote: > From: Hari Prasath Gujulan Elango > > Remove braces around else clause with single line > > Signed-off-by: Hari Prasath Gujulan Elango > --- > drivers/staging/xgifb/vb_init.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-)

[PATCH] staging: xgifb: remove braces around else clause

2015-06-01 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango Remove braces around else clause with single line Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/xgifb/vb_init.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xg