WARNING: line length of 85 exceeds 80 columns #93: FILE: net/ipv4/tcp_roccet.c:17: + * A peer-reviewed paper on TCP ROCCET will be presented at the WONS 2026 conference. WARNING: line length of 82 exceeds 80 columns #524: FILE: net/ipv4/tcp_roccet.c:448: + /* Handle initial slow start. Here we observe the most problems */ WARNING: line length of 85 exceeds 80 columns #564: FILE: net/ipv4/tcp_roccet.c:488: + /* Respects the jitter of the connection and add it on top of the upper bound WARNING: line length of 83 exceeds 80 columns #578: FILE: net/ipv4/tcp_roccet.c:502: + if (ca->curr_srrtt > roccet_xj && (bw_limit_detect || ca->ece_srrtt > 0)) { WARNING: line length of 98 exceeds 80 columns #588: FILE: net/ipv4/tcp_roccet.c:512: + max((tcp_snd_cwnd(tp) * beta) / BICTCP_BETA_SCALE, 2U))); WARNING: line length of 87 exceeds 80 columns #594: FILE: net/ipv4/tcp_roccet.c:518: + * In mobile networks like 5G, this termination causes the cwnd to be frozen at WARNING: line length of 85 exceeds 80 columns #595: FILE: net/ipv4/tcp_roccet.c:519: + * an excessively high value. This is because slow start or HyStart massively WARNING: line length of 83 exceeds 80 columns #596: FILE: net/ipv4/tcp_roccet.c:520: + * exceed the available bandwidth and leave the cwnd at an excessively high WARNING: line length of 86 exceeds 80 columns #597: FILE: net/ipv4/tcp_roccet.c:521: + * value. The cwnd cannot therefore be fully utilized because it is limited by WARNING: line length of 81 exceeds 80 columns #796: FILE: net/ipv4/tcp_roccet.h:28: +/* Based on the BICTCP struct with additions specific for the ROCCET-Algorithm */ WARNING: line length of 98 exceeds 80 columns #803: FILE: net/ipv4/tcp_roccet.h:35: + u32 bic_K; /* time to origin point from the beginning of the current epoch */ WARNING: line length of 88 exceeds 80 columns #813: FILE: net/ipv4/tcp_roccet.h:45: + struct timed_rtt curr_min_rtt_timed; /* observed minRTT with the timestamp */ total: 0 errors, 12 warnings, 0 checks, 763 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 5478e32972f2 ("tcp: Add TCP ROCCET congestion control module.") 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, 0 checks, 763 lines checked