Re: [PATCH] kernel/signal.c: whitespace fixes

2014-09-02 Thread Oleg Nesterov
On 09/02, Jiri Kosina wrote: > > On Tue, 2 Sep 2014, Vishnu Pratap Singh wrote: > > > From: "vishnu.ps" > > > > Fix minor errors and warning messages in kernel/signal.c. These errors were > > reported by checkpatch while working with some modifications in signal.c > > file. > > > > ERROR: code

Re: [PATCH] kernel/signal.c: whitespace fixes

2014-09-02 Thread Richard Weinberger
Hi! Am 02.09.2014 14:40, schrieb Vishnu Pratap Singh: > From: "vishnu.ps" > > Fix minor errors and warning messages in kernel/signal.c. These errors were > reported by checkpatch while working with some modifications in signal.c > file. > > ERROR: code indent should use tabs where possible -

Re: [PATCH] kernel/signal.c: whitespace fixes

2014-09-02 Thread Jiri Kosina
On Tue, 2 Sep 2014, Vishnu Pratap Singh wrote: > From: "vishnu.ps" > > Fix minor errors and warning messages in kernel/signal.c. These errors were > reported by checkpatch while working with some modifications in signal.c > file. > > ERROR: code indent should use tabs where possible - 18 >

[PATCH] kernel/signal.c: whitespace fixes

2014-09-02 Thread Vishnu Pratap Singh
From: "vishnu.ps" Fix minor errors and warning messages in kernel/signal.c. These errors were reported by checkpatch while working with some modifications in signal.c file. ERROR: code indent should use tabs where possible - 18 ERROR: need consistent spacing around '&' (ctx:WxO) - 11 ERROR:

[PATCH] kernel/signal.c: whitespace fixes

2014-09-02 Thread Vishnu Pratap Singh
From: vishnu.ps vishnu...@samsung.com Fix minor errors and warning messages in kernel/signal.c. These errors were reported by checkpatch while working with some modifications in signal.c file. ERROR: code indent should use tabs where possible - 18 ERROR: need consistent spacing around ''

Re: [PATCH] kernel/signal.c: whitespace fixes

2014-09-02 Thread Jiri Kosina
On Tue, 2 Sep 2014, Vishnu Pratap Singh wrote: From: vishnu.ps vishnu...@samsung.com Fix minor errors and warning messages in kernel/signal.c. These errors were reported by checkpatch while working with some modifications in signal.c file. ERROR: code indent should use tabs where

Re: [PATCH] kernel/signal.c: whitespace fixes

2014-09-02 Thread Richard Weinberger
Hi! Am 02.09.2014 14:40, schrieb Vishnu Pratap Singh: From: vishnu.ps vishnu...@samsung.com Fix minor errors and warning messages in kernel/signal.c. These errors were reported by checkpatch while working with some modifications in signal.c file. ERROR: code indent should use tabs where

Re: [PATCH] kernel/signal.c: whitespace fixes

2014-09-02 Thread Oleg Nesterov
On 09/02, Jiri Kosina wrote: On Tue, 2 Sep 2014, Vishnu Pratap Singh wrote: From: vishnu.ps vishnu...@samsung.com Fix minor errors and warning messages in kernel/signal.c. These errors were reported by checkpatch while working with some modifications in signal.c file. ERROR: code