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: accepted/tizen/unified/20230118.172025~6711^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c87a4c542b5a796f795fec2b7a909c7d3067b11c;p=platform%2Fkernel%2Flinux-rpi.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 69c9eab..f3c2841 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.