Commit c87a4c54 authored by Bijie Xu's avatar Bijie Xu Committed by David S. Miller

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: default avatarBijie Xu <bijie.xu@corigine.com>
Signed-off-by: default avatarSimon Horman <simon.horman@corigine.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f41e57af
...@@ -293,7 +293,7 @@ static inline bool flow_action_has_entries(const struct flow_action *action) ...@@ -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 * @action: tc filter flow offload action
* *
* Returns true if exactly one action is present. * Returns true if exactly one action is present.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment