[PATCH batadv 0/5] batman-adv: kernel-doc fixes 2026.2
Sven Eckelmann <[email protected]> Thu, 04 Jun 2026 22:08:42 +0200
| Newsgroups | org.open-mesh.lists.batman |
|---|---|
| Message-ID | <[email protected]> |
During the (recent) integration of various fixes and cleanups, some of the kernel-docs weren't correctly updated. This patchset should sync the kernel-doc again with the actual implementation. But at the same time, I've noticed other (older) kernel-doc problems and just added fixes for these in this patchset too. The only common thing these patches have - they are kernel-doc changes :) Signed-off-by: Sven Eckelmann <[email protected]> --- Sven Eckelmann (5): batman-adv: tp_meter: update stale kernel-doc after refactoring batman-adv: bla: update stale kernel-doc batman-adv: uapi: keep kernel-doc in struct member order batman-adv: fix batadv_v_ogm_packet_recv error handling kernel-doc batman-adv: fix kernel-doc typos and grammar errors include/uapi/linux/batadv_packet.h | 6 +++--- net/batman-adv/bat_v.c | 2 +- net/batman-adv/bat_v_ogm.c | 10 +++++----- net/batman-adv/bitarray.c | 2 +- net/batman-adv/bitarray.h | 2 +- net/batman-adv/bridge_loop_avoidance.c | 2 +- net/batman-adv/bridge_loop_avoidance.h | 2 +- net/batman-adv/fragmentation.c | 3 ++- net/batman-adv/hash.h | 4 ++-- net/batman-adv/mesh-interface.c | 6 +++--- net/batman-adv/netlink.c | 4 ++-- net/batman-adv/originator.c | 4 ++-- net/batman-adv/tp_meter.c | 16 ++++++++-------- net/batman-adv/tvlv.c | 4 ++-- net/batman-adv/types.h | 24 +++++++++++++++--------- 15 files changed, 49 insertions(+), 42 deletions(-) --- base-commit: 7fb5fc7265f6ce4962357c5383873fd2ef9d50d4 change-id: 20260604-kernel-doc-cleanup-eeee2b3f73c1 Best regards, -- Sven Eckelmann <[email protected]>