ERROR: code indent should use tabs where possible #37: FILE: net/mac802154/iface.c:332: + ^Iif (!params.enabled)$ WARNING: please, no space before tabs #37: FILE: net/mac802154/iface.c:332: + ^Iif (!params.enabled)$ WARNING: please, no spaces at the start of a line #37: FILE: net/mac802154/iface.c:332: + ^Iif (!params.enabled)$ ERROR: code indent should use tabs where possible #38: FILE: net/mac802154/iface.c:333: + ^Ireturn 0;$ WARNING: please, no space before tabs #38: FILE: net/mac802154/iface.c:333: + ^Ireturn 0;$ WARNING: please, no spaces at the start of a line #38: FILE: net/mac802154/iface.c:333: + ^Ireturn 0;$ ERROR: code indent should use tabs where possible #40: FILE: net/mac802154/iface.c:335: + ^Iif (cb->secen && !params.enabled)$ WARNING: please, no space before tabs #40: FILE: net/mac802154/iface.c:335: + ^Iif (cb->secen && !params.enabled)$ WARNING: please, no spaces at the start of a line #40: FILE: net/mac802154/iface.c:335: + ^Iif (cb->secen && !params.enabled)$ ERROR: code indent should use tabs where possible #41: FILE: net/mac802154/iface.c:336: + ^Ireturn -EINVAL;$ WARNING: please, no space before tabs #41: FILE: net/mac802154/iface.c:336: + ^Ireturn -EINVAL;$ WARNING: please, no spaces at the start of a line #41: FILE: net/mac802154/iface.c:336: + ^Ireturn -EINVAL;$ WARNING: The commit message has 'syzkaller', perhaps it also needs a 'Fixes:' tag? total: 4 errors, 9 warnings, 0 checks, 32 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 750a140994d1 ("mac802154: fix uninitialized security header fields") 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.