WARNING: line length of 87 exceeds 80 columns #42: FILE: drivers/net/ethernet/google/gve/gve_adminq.c:418: +static int gve_adminq_kick_and_wait(struct gve_priv *priv, int ret_cnt, int *ret_codes) WARNING: line length of 83 exceeds 80 columns #185: FILE: drivers/net/ethernet/google/gve/gve_adminq.c:671: + err = cmd(priv, queues_waiting[queue_idx]); WARNING: line length of 81 exceeds 80 columns #200: FILE: drivers/net/ethernet/google/gve/gve_adminq.c:686: + err = gve_adminq_kick_and_wait(priv, cmd_idx, ret_codes); WARNING: line length of 88 exceeds 80 columns #204: FILE: drivers/net/ethernet/google/gve/gve_adminq.c:690: + for (ret_code_idx = 0; ret_code_idx < cmd_idx; ret_code_idx++) { WARNING: line length of 92 exceeds 80 columns #206: FILE: drivers/net/ethernet/google/gve/gve_adminq.c:692: + queues_waiting[commands[ret_code_idx]] = queue_done; total: 0 errors, 5 warnings, 0 checks, 289 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 2bc07bd29ebe ("gve: Add retry logic for recoverable adminq errors") 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, 289 lines checked