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 #516: FILE: net/ipv4/tcp_roccet.c:440: + /* Handle initial slow start. Here we observe the most problems */ WARNING: line length of 85 exceeds 80 columns #556: FILE: net/ipv4/tcp_roccet.c:480: + /* Respects the jitter of the connection and add it on top of the upper bound WARNING: line length of 82 exceeds 80 columns #564: FILE: net/ipv4/tcp_roccet.c:488: + if (ca->curr_srrtt > roccet_xj && (bw_limit_detect || ca->ece_received)) { WARNING: line length of 98 exceeds 80 columns #576: FILE: net/ipv4/tcp_roccet.c:500: + max((tcp_snd_cwnd(tp) * beta) / BICTCP_BETA_SCALE, 2U))); WARNING: line length of 87 exceeds 80 columns #582: FILE: net/ipv4/tcp_roccet.c:506: + * In mobile networks like 5G, this termination causes the cwnd to be frozen at WARNING: line length of 85 exceeds 80 columns #583: FILE: net/ipv4/tcp_roccet.c:507: + * an excessively high value. This is because slow start or HyStart massively WARNING: line length of 83 exceeds 80 columns #584: FILE: net/ipv4/tcp_roccet.c:508: + * exceed the available bandwidth and leave the cwnd at an excessively high WARNING: line length of 86 exceeds 80 columns #585: FILE: net/ipv4/tcp_roccet.c:509: + * value. The cwnd cannot therefore be fully utilized because it is limited by WARNING: line length of 81 exceeds 80 columns #781: FILE: net/ipv4/tcp_roccet.h:28: +/* Based on the BICTCP struct with additions specific for the ROCCET-Algorithm */ WARNING: line length of 83 exceeds 80 columns #800: FILE: net/ipv4/tcp_roccet.h:47: + struct timed_rtt curr_min_rtt_timed; /* The current observed minRTT with WARNING: line length of 85 exceeds 80 columns #801: FILE: net/ipv4/tcp_roccet.h:48: + * the timestamp when it was observed WARNING: line length of 90 exceeds 80 columns #803: FILE: net/ipv4/tcp_roccet.h:50: + u32 curr_srrtt; /* The srRTT calculated based on the latest ACK */ total: 0 errors, 13 warnings, 0 checks, 752 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 c6c0b1264b5a ("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, 13 warnings, 0 checks, 752 lines checked