From: Bijie Xu Date: Tue, 3 Aug 2021 09:40:18 +0000 (+0200) Subject: net: flow_offload: correct comments mismatch with code X-Git-Tag: v6.6-pxa1908~5986^2~17 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=c87a4c542b5a796f795fec2b7a909c7d3067b11c;p=linux.git net: flow_offload: correct comments mismatch with code Correct mismatch between the name of flow_offload_has_one_action() and its kdoc entry. Found using ./scripts/kernel-doc -Werror -none include/net/flow_offload.h Signed-off-by: Bijie Xu Signed-off-by: Simon Horman Signed-off-by: David S. Miller --- diff --git a/include/net/flow_offload.h b/include/net/flow_offload.h index 69c9eabf8325..f3c2841566a0 100644 --- a/include/net/flow_offload.h +++ b/include/net/flow_offload.h @@ -293,7 +293,7 @@ static inline bool flow_action_has_entries(const struct flow_action *action) } /** - * flow_action_has_one_action() - check if exactly one action is present + * flow_offload_has_one_action() - check if exactly one action is present * @action: tc filter flow offload action * * Returns true if exactly one action is present.