WARNING: line length of 108 exceeds 80 columns #30: FILE: net/smc/smc_clc.h:148: +static_assert(offsetof(struct smc_clc_v2_extension, user_eids) == sizeof(struct smc_clc_v2_extension_fixed), CHECK: Please use a blank line after function/struct/union/enum declarations #30: FILE: net/smc/smc_clc.h:148: }; +static_assert(offsetof(struct smc_clc_v2_extension, user_eids) == sizeof(struct smc_clc_v2_extension_fixed), WARNING: line length of 116 exceeds 80 columns #39: FILE: net/smc/smc_clc.h:174: +static_assert(offsetof(struct smc_clc_smcd_v2_extension, gidchid) == sizeof(struct smc_clc_smcd_v2_extension_fixed), CHECK: Please use a blank line after function/struct/union/enum declarations #39: FILE: net/smc/smc_clc.h:174: }; +static_assert(offsetof(struct smc_clc_smcd_v2_extension, gidchid) == sizeof(struct smc_clc_smcd_v2_extension_fixed), total: 0 errors, 2 warnings, 2 checks, 16 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 70f65e34d0c3 ("net/smc: Use static_assert() to check struct sizes") 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, 2 warnings, 2 checks, 16 lines checked