ERROR: code indent should use tabs where possible #102: FILE: drivers/net/bonding/bond_main.c:2223: + if (bond->params.primary_reselect != BOND_PRI_RESELECT_FAILURE &&$ WARNING: please, no spaces at the start of a line #102: FILE: drivers/net/bonding/bond_main.c:2223: + if (bond->params.primary_reselect != BOND_PRI_RESELECT_FAILURE &&$ WARNING: suspect code indent for conditional statements (12, 28) #102: FILE: drivers/net/bonding/bond_main.c:2223: + if (bond->params.primary_reselect != BOND_PRI_RESELECT_FAILURE && [...] + bond->force_primary = true; ERROR: code indent should use tabs where possible #103: FILE: drivers/net/bonding/bond_main.c:2224: + bond->params.primary_reselect != BOND_PRI_RESELECT_BETTER)$ WARNING: please, no spaces at the start of a line #103: FILE: drivers/net/bonding/bond_main.c:2224: + bond->params.primary_reselect != BOND_PRI_RESELECT_BETTER)$ total: 2 errors, 3 warnings, 0 checks, 10 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 d832b5d6630e ("net: bonding: do not set force_primary if reselect is set to failure") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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.