WARNING: line length of 94 exceeds 80 columns #299: FILE: drivers/net/team/team_mode_loadbalance.c:481: + /* Since this function is called from WQ context, RTNL can't be held by the caller. */ WARNING: line length of 96 exceeds 80 columns #302: FILE: drivers/net/team/team_mode_loadbalance.c:484: + * Since RTNL is shared by many callers, and rtnl_unlock() is a slower operation WARNING: line length of 96 exceeds 80 columns #303: FILE: drivers/net/team/team_mode_loadbalance.c:485: + * than plain mutex_unlock(), rtnl_trylock() will be more easier to compate than WARNING: line length of 92 exceeds 80 columns #304: FILE: drivers/net/team/team_mode_loadbalance.c:486: + * mutex_trylock(). Therefore, we might want to delay a bit before retrying. WARNING: The commit message has 'syzkaller', perhaps it also needs a 'Fixes:' tag? total: 0 errors, 5 warnings, 0 checks, 266 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 7acf7a9bf87b ("team: replace term lock with rtnl lock") 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. total: 0 errors, 5 warnings, 0 checks, 266 lines checked