]>
git.karo-electronics.de Git - karo-tx-linux.git/commit
sectons-fix-const-sections-for-crc32-table-checkpatch-fixes
ERROR: code indent should use tabs where possible
#54: FILE: lib/gen_crc32table.c:112:
+ ^Iprintf("static u32 __cacheline_aligned "$
WARNING: please, no space before tabs
#54: FILE: lib/gen_crc32table.c:112:
+ ^Iprintf("static u32 __cacheline_aligned "$
WARNING: please, no spaces at the start of a line
#54: FILE: lib/gen_crc32table.c:112:
+ ^Iprintf("static u32 __cacheline_aligned "$
ERROR: code indent should use tabs where possible
#63: FILE: lib/gen_crc32table.c:122:
+ ^Iprintf("static u32 __cacheline_aligned "$
WARNING: please, no space before tabs
#63: FILE: lib/gen_crc32table.c:122:
+ ^Iprintf("static u32 __cacheline_aligned "$
WARNING: please, no spaces at the start of a line
#63: FILE: lib/gen_crc32table.c:122:
+ ^Iprintf("static u32 __cacheline_aligned "$
ERROR: code indent should use tabs where possible
#72: FILE: lib/gen_crc32table.c:131:
+ ^Iprintf("static u32 __cacheline_aligned "$
WARNING: please, no space before tabs
#72: FILE: lib/gen_crc32table.c:131:
+ ^Iprintf("static u32 __cacheline_aligned "$
WARNING: please, no spaces at the start of a line
#72: FILE: lib/gen_crc32table.c:131:
+ ^Iprintf("static u32 __cacheline_aligned "$
total: 3 errors, 6 warnings, 48 lines checked
NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or
scripts/cleanfile
./patches/sectons-fix-const-sections-for-crc32-table.patch has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
Please run checkpatch prior to sending patches
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Joe Mario <jmario@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>