========== checkpatch - FAILED ERROR: space required before the open brace '{' #119: FILE: drivers/net/team/team_core.c:2951: + if (mutex_is_locked(&team->lock)){ WARNING: Missing a blank line after declarations #121: FILE: drivers/net/team/team_core.c:2953: + unsigned long owner, curr = (unsigned long)current; + owner = atomic_long_read(&team->lock.owner); ERROR: space required before the open brace '{' #127: FILE: drivers/net/team/team_core.c:2959: + else{ ERROR: else should follow close brace '}' #127: FILE: drivers/net/team/team_core.c:2959: + } + else{ CHECK: Unbalanced braces around else statement #127: FILE: drivers/net/team/team_core.c:2959: + else{ total: 3 errors, 1 warnings, 1 checks, 24 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 db3ee801c7f5 ("team: fix possible deadlock in team_port_change_check") 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.