[PATCH] acct: fix coding style issue

2016-12-14 Thread GaoShengWu
Line 449 of acct.c violates chapter 3 of CodingStyle - Use one space around '==' . Signed-off-by: GaoShengWu --- checkpatch.pl complained about the following missing space: ERROR: spaces required around that '==' (ctx:VxV) #449: FILE: kernel/acct.c:449: +#if ACCT_VERSION==2 ^

[PATCH] acct: fix coding style issue

2016-12-14 Thread GaoShengWu
Line 449 of acct.c violates chapter 3 of CodingStyle - Use one space around '==' . Signed-off-by: GaoShengWu --- checkpatch.pl complained about the following missing space: ERROR: spaces required around that '==' (ctx:VxV) #449: FILE: kernel/acct.c:449: +#if ACCT_VERSION==2 ^