Files
linux/net
Sven Eckelmann 3ebcaccc88 batman-adv: add missing kernel-doc comments
batman-adv requires kernel-doc for all functions and data types visible
outside their own translation unit. Promoting a function from static to
module-wide visibility currently requires adding documentation from
scratch. However, this burden falls on whoever promotes a function from
static to module-wide visibility, rather than its original implementer.

Add the missing kernel-doc comments for the remaining undocumented
functions and data types to reduce the complexity for new contributions.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2026-08-04 17:33:04 +02:00
..
2026-05-10 10:11:07 -07:00
2026-05-10 10:11:08 -07:00