mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 02:36:02 +00:00
flow_offload: fix flow_offload_has_one_action() kdoc
include/net/flow_offload.h:351: warning: No description found for return value of 'flow_offload_has_one_action' Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net> Reviewed-by: Pieter Jansen van Vuuren <pieter.jansen-van-vuuren@amd.com> Link: https://lore.kernel.org/r/20240410114718.15145-1-ast@fiberby.net Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
919b38a916
commit
e1eb10f8ef
@ -345,7 +345,7 @@ static inline bool flow_action_has_entries(const struct flow_action *action)
|
||||
* 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.
|
||||
* Return: true if exactly one action is present.
|
||||
*/
|
||||
static inline bool flow_offload_has_one_action(const struct flow_action *action)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user