]> git.ipfire.org Git - thirdparty/linux.git/commit
batman-adv: fix batadv_skb_is_frag() kernel-doc
authorSven Eckelmann <sven@narfation.org>
Sat, 16 May 2026 20:10:08 +0000 (22:10 +0200)
committerSven Eckelmann <sven@narfation.org>
Sat, 16 May 2026 20:15:19 +0000 (22:15 +0200)
commit0039ac8305064e455f04d412ec3896c4fe41d04f
tree549b1dd045bcbcdb398d356126d56a17a87b147c
parentd5487249a81ea658717614009c8f46acc5b7101a
batman-adv: fix batadv_skb_is_frag() kernel-doc

The kernel-doc comment for batadv_skb_is_frag() contained two errors:

* the function description referred to "gain a unicast packet" instead
  of "contains unicast fragment".
* the Return section omitted "merged" from "newly skb", leaving the
  description grammatically incorrect and inconsistent with the
  function description.

Fixes: bc62216dc8e2 ("batman-adv: frag: disallow unicast fragment in fragment")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
net/batman-adv/fragmentation.c