WARNING: line length of 84 exceeds 80 columns #24: FILE: include/linux/bitmap.h:171: +unsigned int __bitmap_weighted_xor(unsigned long *dst, const unsigned long *bitmap1, WARNING: line length of 84 exceeds 80 columns #25: FILE: include/linux/bitmap.h:172: + const unsigned long *bitmap2, unsigned int nbits); CHECK: Alignment should match open parenthesis #25: FILE: include/linux/bitmap.h:172: +unsigned int __bitmap_weighted_xor(unsigned long *dst, const unsigned long *bitmap1, + const unsigned long *bitmap2, unsigned int nbits); CHECK: Alignment should match open parenthesis #35: FILE: include/linux/bitmap.h:359: +unsigned int bitmap_weighted_xor(unsigned long *dst, const unsigned long *src1, + const unsigned long *src2, unsigned int nbits) WARNING: line length of 84 exceeds 80 columns #56: FILE: lib/bitmap.c:364: +unsigned int __bitmap_weighted_xor(unsigned long *dst, const unsigned long *bitmap1, WARNING: line length of 82 exceeds 80 columns #57: FILE: lib/bitmap.c:365: + const unsigned long *bitmap2, unsigned int bits) CHECK: Alignment should match open parenthesis #57: FILE: lib/bitmap.c:365: +unsigned int __bitmap_weighted_xor(unsigned long *dst, const unsigned long *bitmap1, + const unsigned long *bitmap2, unsigned int bits) WARNING: line length of 91 exceeds 80 columns #59: FILE: lib/bitmap.c:367: + return BITMAP_WEIGHT(({dst[idx] = bitmap1[idx] ^ bitmap2[idx]; dst[idx]; }), bits); total: 0 errors, 5 warnings, 3 checks, 39 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 5e7237011178 ("bitmap: introduce bitmap_weighted_xor()") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 5 warnings, 3 checks, 39 lines checked