Re: [PATCH] sched: Fix spacing issues in coding style

2012-07-12 Thread Peter Zijlstra
On Thu, 2012-07-12 at 15:03 +0800, Ying Xue wrote: > Delete redudant spaces between type name and data name or > operators. > > Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://

[PATCH] sched: Fix spacing issues in coding style

2012-07-12 Thread Ying Xue
Delete redudant spaces between type name and data name or operators. Signed-off-by: Ying Xue --- kernel/sched/cpupri.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel/sched/cpupri.c b/kernel/sched/cpupri.c index d72586f..23aa789 100644 --- a/kernel/sched/