WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #174: new file mode 100644 WARNING: line length of 92 exceeds 80 columns #199: FILE: net/quic/timer.c:21: + struct quic_sock *qs = container_of(t, struct quic_sock, timers[QUIC_TIMER_SACK].t); WARNING: line length of 92 exceeds 80 columns #221: FILE: net/quic/timer.c:43: + struct quic_sock *qs = container_of(t, struct quic_sock, timers[QUIC_TIMER_LOSS].t); WARNING: line length of 92 exceeds 80 columns #243: FILE: net/quic/timer.c:65: + struct quic_sock *qs = container_of(t, struct quic_sock, timers[QUIC_TIMER_PATH].t); WARNING: line length of 92 exceeds 80 columns #276: FILE: net/quic/timer.c:98: + struct quic_sock *qs = container_of(t, struct quic_sock, timers[QUIC_TIMER_PMTU].t); WARNING: line length of 94 exceeds 80 columns #298: FILE: net/quic/timer.c:120: + struct quic_sock *qs = container_of(hr, struct quic_sock, timers[QUIC_TIMER_PACE].hr); WARNING: line length of 94 exceeds 80 columns #332: FILE: net/quic/timer.c:154: + hrtimer_start(hr, ns_to_ktime(timeout), HRTIMER_MODE_ABS_PINNED_SOFT); WARNING: line length of 81 exceeds 80 columns #358: FILE: net/quic/timer.c:180: + timer_setup(quic_timer(sk, QUIC_TIMER_LOSS), quic_timer_loss_timeout, 0); WARNING: line length of 81 exceeds 80 columns #359: FILE: net/quic/timer.c:181: + timer_setup(quic_timer(sk, QUIC_TIMER_SACK), quic_timer_sack_timeout, 0); WARNING: line length of 81 exceeds 80 columns #360: FILE: net/quic/timer.c:182: + timer_setup(quic_timer(sk, QUIC_TIMER_PATH), quic_timer_path_timeout, 0); WARNING: line length of 81 exceeds 80 columns #361: FILE: net/quic/timer.c:183: + timer_setup(quic_timer(sk, QUIC_TIMER_PMTU), quic_timer_pmtu_timeout, 0); WARNING: line length of 84 exceeds 80 columns #362: FILE: net/quic/timer.c:184: + /* Use hrtimer for pace timer, ensuring precise control over send timing. */ WARNING: line length of 98 exceeds 80 columns #392: FILE: net/quic/timer.h:12: + QUIC_TIMER_LOSS, /* Loss detection timer: triggers retransmission on packet loss */ WARNING: line length of 84 exceeds 80 columns #393: FILE: net/quic/timer.h:13: + QUIC_TIMER_SACK, /* ACK delay timer, also used as idle timer alias */ WARNING: line length of 95 exceeds 80 columns #394: FILE: net/quic/timer.h:14: + QUIC_TIMER_PATH, /* Path validation timer: verifies network path connectivity */ WARNING: line length of 90 exceeds 80 columns #395: FILE: net/quic/timer.h:15: + QUIC_TIMER_PMTU, /* Packetization Layer Path MTU Discovery probing timer */ WARNING: line length of 87 exceeds 80 columns #396: FILE: net/quic/timer.h:16: + QUIC_TIMER_PACE, /* Pacing timer: controls packet transmission pacing */ total: 0 errors, 17 warnings, 0 checks, 356 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 af5cd7f652f7 ("quic: add timer management") 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, 17 warnings, 0 checks, 356 lines checked