WARNING: line length of 81 exceeds 80 columns #626: FILE: drivers/net/ethernet/intel/ice/ice_common.c:2046: + if (le16_to_cpu(cmd_resp->status) == LIBIE_AQ_RES_GLBL_SUCCESS) { WARNING: line length of 81 exceeds 80 columns #993: FILE: drivers/net/ethernet/intel/ice/ice_common.c:3081: + cap_count = ICE_AQ_MAX_BUF_LEN / sizeof(struct libie_aqc_list_caps_elem); WARNING: line length of 81 exceeds 80 columns #1002: FILE: drivers/net/ethernet/intel/ice/ice_common.c:3115: + cap_count = ICE_AQ_MAX_BUF_LEN / sizeof(struct libie_aqc_list_caps_elem); WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #3069: new file mode 100644 CHECK: Please use a blank line after function/struct/union/enum declarations #3099: FILE: include/linux/net/intel/libie/adminq.h:26: +}; +LIBIE_CHECK_STRUCT_LEN(16, libie_aqc_generic); CHECK: Please use a blank line after function/struct/union/enum declarations #3126: FILE: include/linux/net/intel/libie/adminq.h:53: +}; +LIBIE_CHECK_STRUCT_LEN(16, libie_aqc_get_ver); CHECK: Please use a blank line after function/struct/union/enum declarations #3148: FILE: include/linux/net/intel/libie/adminq.h:75: +}; +LIBIE_CHECK_STRUCT_LEN(16, libie_aqc_driver_ver); CHECK: Please use a blank line after function/struct/union/enum declarations #3195: FILE: include/linux/net/intel/libie/adminq.h:122: +}; +LIBIE_CHECK_STRUCT_LEN(16, libie_aqc_req_res); CHECK: Please use a blank line after function/struct/union/enum declarations #3218: FILE: include/linux/net/intel/libie/adminq.h:145: +}; +LIBIE_CHECK_STRUCT_LEN(16, libie_aqc_list_caps); CHECK: Please use a blank line after function/struct/union/enum declarations #3272: FILE: include/linux/net/intel/libie/adminq.h:199: +}; +LIBIE_CHECK_STRUCT_LEN(32, libie_aqc_list_caps_elem); CHECK: Please use a blank line after function/struct/union/enum declarations #3307: FILE: include/linux/net/intel/libie/adminq.h:234: +}; +LIBIE_CHECK_STRUCT_LEN(32, libie_aq_desc); total: 0 errors, 4 warnings, 7 checks, 2970 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 f02b0282ba89 ("ice, libie: move generic adminq descriptors to lib") 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, 4 warnings, 7 checks, 2970 lines checked