ERROR: code indent should use tabs where possible #43: FILE: net/atm/lec.c:502: + ^I/* Must have at least msg_size bytes in linear data */$ WARNING: please, no space before tabs #43: FILE: net/atm/lec.c:502: + ^I/* Must have at least msg_size bytes in linear data */$ WARNING: please, no spaces at the start of a line #43: FILE: net/atm/lec.c:502: + ^I/* Must have at least msg_size bytes in linear data */$ ERROR: code indent should use tabs where possible #44: FILE: net/atm/lec.c:503: + ^Iif (!pskb_may_pull(skb, msg_size))$ WARNING: please, no space before tabs #44: FILE: net/atm/lec.c:503: + ^Iif (!pskb_may_pull(skb, msg_size))$ WARNING: please, no spaces at the start of a line #44: FILE: net/atm/lec.c:503: + ^Iif (!pskb_may_pull(skb, msg_size))$ ERROR: code indent should use tabs where possible #45: FILE: net/atm/lec.c:504: + ^I^Ireturn -EINVAL;$ WARNING: please, no space before tabs #45: FILE: net/atm/lec.c:504: + ^I^Ireturn -EINVAL;$ WARNING: please, no spaces at the start of a line #45: FILE: net/atm/lec.c:504: + ^I^Ireturn -EINVAL;$ WARNING: suspect code indent for conditional statements (8, 8) #51: FILE: net/atm/lec.c:510: + if (sizeoftlvs && !pskb_may_pull(skb, msg_size + sizeoftlvs)) + return -EINVAL; ERROR: code indent should use tabs where possible #52: FILE: net/atm/lec.c:511: + ^Ireturn -EINVAL;$ WARNING: please, no space before tabs #52: FILE: net/atm/lec.c:511: + ^Ireturn -EINVAL;$ WARNING: please, no spaces at the start of a line #52: FILE: net/atm/lec.c:511: + ^Ireturn -EINVAL;$ total: 4 errors, 9 warnings, 0 checks, 33 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit 9463e432b37d ("net: atm: lec: add pre_send validation to avoid uninitialized") 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.