Re: [PATCH] kernel/sys: Fix the indent issue in switch.

2014-03-11 Thread Dongsheng Yang
Peter, Sorry for the noise, I should add this patch into my thread 'A series patchse about sched priority', as some patch depends on this patch. Otherwise, there will be a conflict. Thanx., On 03/11/2014 05:44 PM, Dongsheng Yang wrote: From: Joe Perches Fix the indent issue and add

[PATCH] kernel/sys: Fix the indent issue in switch.

2014-03-11 Thread Dongsheng Yang
From: Joe Perches Fix the indent issue and add a comment line for /* fall-through */. Signed-off-by: Joe Perches Signed-off-by: Dongsheng Yang --- kernel/sys.c | 204 +-- 1 file changed, 102 insertions(+), 102 deletions(-) diff --git

[PATCH] kernel/sys: Fix the indent issue in switch.

2014-03-11 Thread Dongsheng Yang
From: Joe Perches j...@perches.com Fix the indent issue and add a comment line for /* fall-through */. Signed-off-by: Joe Perches j...@perches.com Signed-off-by: Dongsheng Yang yangds.f...@cn.fujitsu.com --- kernel/sys.c | 204 +-- 1 file

Re: [PATCH] kernel/sys: Fix the indent issue in switch.

2014-03-11 Thread Dongsheng Yang
Peter, Sorry for the noise, I should add this patch into my thread 'A series patchse about sched priority', as some patch depends on this patch. Otherwise, there will be a conflict. Thanx., On 03/11/2014 05:44 PM, Dongsheng Yang wrote: From: Joe Perches j...@perches.com Fix the