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
^
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
^
2 matches
Mail list logo