diff options
author | Sven Eckelmann <sven@narfation.org> | 2021-01-20 20:50:35 +0100 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2021-02-06 09:22:45 +0100 |
commit | 25d81f9307ffc166427d93152498f45178f5936a (patch) | |
tree | 5eaf72c60410994f6806194568e07d853872b74e /net/batman-adv/tp_meter.c | |
parent | batman-adv: Avoid sizeof on flexible structure (diff) | |
download | linux-25d81f9307ffc166427d93152498f45178f5936a.tar.xz linux-25d81f9307ffc166427d93152498f45178f5936a.zip |
batman-adv: Fix names for kernel-doc blocks
kernel-doc can only correctly identify the documented function or struct
when the name in the first kernel-doc line references it. But some of the
kernel-doc blocks referenced a different function/struct then it actually
documented.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv/tp_meter.c')
-rw-r--r-- | net/batman-adv/tp_meter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/tp_meter.c b/net/batman-adv/tp_meter.c index 07e6c1d864a4..789c851732b7 100644 --- a/net/batman-adv/tp_meter.c +++ b/net/batman-adv/tp_meter.c @@ -131,7 +131,7 @@ static u32 batadv_tp_cwnd(u32 base, u32 increment, u32 min) } /** - * batadv_tp_updated_cwnd() - update the Congestion Windows + * batadv_tp_update_cwnd() - update the Congestion Windows * @tp_vars: the private data of the current TP meter session * @mss: maximum segment size of transmission * |