WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #72: new file mode 100644 WARNING: Missing a blank line after declarations #114: FILE: net/ethtool/cmis.h:38: + __be16 id; + struct_group(body, CHECK: Alignment should match open parenthesis #115: FILE: net/ethtool/cmis.h:39: + struct_group(body, + __be16 epl_len; WARNING: line length of 91 exceeds 80 columns #189: FILE: net/ethtool/cmis.h:113: + bool (*cond_success)(u8), bool (*cond_fail)(u8), u8 *state); WARNING: line length of 83 exceeds 80 columns #381: FILE: net/ethtool/cmis_cdb.c:183: + CDB_F_COMPLETION_VALID | CDB_F_STATUS_VALID); WARNING: line length of 82 exceeds 80 columns #422: FILE: net/ethtool/cmis_cdb.c:224: +cmis_cdb_module_features_completion_time(struct cmis_cdb_module_features_rpl *rpl) CHECK: Unnecessary parentheses around 'rpl.state' #558: FILE: net/ethtool/cmis_cdb.c:360: + if ((*cond_success)(rpl.state)) CHECK: Unnecessary parentheses around 'rpl.state' #561: FILE: net/ethtool/cmis_cdb.c:363: + if (*cond_fail && (*cond_fail)(rpl.state)) WARNING: line length of 86 exceeds 80 columns #605: FILE: net/ethtool/cmis_cdb.c:407: + "CDB Status is in progress: Busy checking/validating command"; WARNING: line length of 94 exceeds 80 columns #615: FILE: net/ethtool/cmis_cdb.c:417: + "CDB status failed: Parameter range error or parameter not supported"; WARNING: line length of 99 exceeds 80 columns #738: FILE: net/ethtool/cmis_cdb.c:540: + args->err_msg = "LPL length is longer than CDB read write length extension allows"; total: 0 errors, 8 warnings, 3 checks, 711 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 e04bcf8d26b7 ("ethtool: cmis_cdb: Add a layer for supporting CDB commands") 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, 8 warnings, 3 checks, 711 lines checked