WARNING: line length of 83 exceeds 80 columns #85: FILE: net/core/dev.c:8812: + unsigned int new_flags = (flags & (IFF_DEBUG | IFF_NOTRAILERS | IFF_NOARP | WARNING: line length of 86 exceeds 80 columns #86: FILE: net/core/dev.c:8813: + IFF_DYNAMIC | IFF_MULTICAST | IFF_PORTSEL | ERROR: code indent should use tabs where possible #86: FILE: net/core/dev.c:8813: +^I^I^I IFF_DYNAMIC | IFF_MULTICAST | IFF_PORTSEL |$ ERROR: code indent should use tabs where possible #87: FILE: net/core/dev.c:8814: +^I^I^I IFF_AUTOMEDIA)) |$ WARNING: line length of 96 exceeds 80 columns #88: FILE: net/core/dev.c:8815: + (READ_ONCE(dev->flags) & (IFF_UP | IFF_VOLATILE | IFF_PROMISC | ERROR: code indent should use tabs where possible #88: FILE: net/core/dev.c:8815: +^I^I (READ_ONCE(dev->flags) & (IFF_UP | IFF_VOLATILE | IFF_PROMISC |$ ERROR: code indent should use tabs where possible #89: FILE: net/core/dev.c:8816: +^I^I^I^I IFF_ALLMULTI));$ total: 4 errors, 3 warnings, 0 checks, 40 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 2c4fa4639944 ("net: annotate data race around dev->flags in __dev_change_flags") 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.