]> www.infradead.org Git - users/hch/configfs.git/commitdiff
flow_offload: fix flow_offload_has_one_action() kdoc
authorAsbjørn Sloth Tønnesen <ast@fiberby.net>
Wed, 10 Apr 2024 11:47:17 +0000 (11:47 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 12 Apr 2024 02:36:36 +0000 (19:36 -0700)
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>
include/net/flow_offload.h

index 314087a5e18183e19e6be85d4d238b46aafce738..7726b4a97050e3e142f1d493a90267ac89f2c11c 100644 (file)
@@ -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)
 {