CHECK: Prefer kernel type 'u64' over 'uint64_t' #60: FILE: net/rds/rds.h:753: + uint64_t s_mprds_catchup_tx0_retries; WARNING: line length of 85 exceeds 80 columns #137: FILE: net/rds/send.c:260: + /* the oldest / first message in the retransmit queue WARNING: line length of 84 exceeds 80 columns #138: FILE: net/rds/send.c:261: + * has to be at or beyond c_cp0_mprds_catchup_tx_seq WARNING: line length of 86 exceeds 80 columns #144: FILE: net/rds/send.c:267: + if (be64_to_cpu(rm0->m_inc.i_hdr.h_sequence) < WARNING: line length of 93 exceeds 80 columns #146: FILE: net/rds/send.c:269: + /* the retransmit queue of cp_index#0 has not WARNING: line length of 93 exceeds 80 columns #149: FILE: net/rds/send.c:272: + spin_unlock_irqrestore(&cp0->cp_lock, flags); WARNING: line length of 91 exceeds 80 columns #150: FILE: net/rds/send.c:273: + rds_stats_inc(s_mprds_catchup_tx0_retries); WARNING: line length of 84 exceeds 80 columns #156: FILE: net/rds/send.c:279: + * has to be at or beyond c_cp0_mprds_catchup_tx_seq WARNING: line length of 81 exceeds 80 columns #160: FILE: net/rds/send.c:283: + rm0 = list_entry(cp0->cp_send_queue.next, WARNING: line length of 85 exceeds 80 columns #163: FILE: net/rds/send.c:286: + if (rm0 && be64_to_cpu(rm0->m_inc.i_hdr.h_sequence) < WARNING: line length of 85 exceeds 80 columns #165: FILE: net/rds/send.c:288: + /* the send queue of cp_index#0 has not quite WARNING: line length of 85 exceeds 80 columns #168: FILE: net/rds/send.c:291: + spin_unlock_irqrestore(&cp0->cp_lock, flags); WARNING: line length of 83 exceeds 80 columns #169: FILE: net/rds/send.c:292: + rds_stats_inc(s_mprds_catchup_tx0_retries); total: 0 errors, 12 warnings, 1 checks, 180 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 0a993288e57a ("net/rds: Use the first lane until RDS_EXTHDR_NPATHS arrives") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 12 warnings, 1 checks, 180 lines checked