diff options
author | Mark Gray <mark.d.gray@redhat.com> | 2021-07-23 10:24:12 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-07-27 11:48:42 +0100 |
commit | e4252cb66637b846b916cca7c2cdb4ed22ab2fc3 (patch) | |
tree | aed08ad705c9b6b43b5e7f4c5bdd8f4d8e3ceb88 /include/uapi/linux/openvswitch.h | |
parent | f9b282b36dfa9b6c6d6b3e8816cdf0e4defff482 (diff) |
openvswitch: update kdoc OVS_DP_ATTR_PER_CPU_PIDS
Signed-off-by: Mark Gray <mark.d.gray@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/openvswitch.h')
-rw-r--r-- | include/uapi/linux/openvswitch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/openvswitch.h b/include/uapi/linux/openvswitch.h index 6571b57b2268..0e436a3755f1 100644 --- a/include/uapi/linux/openvswitch.h +++ b/include/uapi/linux/openvswitch.h @@ -70,7 +70,7 @@ enum ovs_datapath_cmd { * set on the datapath port (for OVS_ACTION_ATTR_MISS). Only valid on * %OVS_DP_CMD_NEW requests. A value of zero indicates that upcalls should * not be sent. - * OVS_DP_ATTR_PER_CPU_PIDS: Per-cpu array of PIDs for upcalls when + * @OVS_DP_ATTR_PER_CPU_PIDS: Per-cpu array of PIDs for upcalls when * OVS_DP_F_DISPATCH_UPCALL_PER_CPU feature is set. * @OVS_DP_ATTR_STATS: Statistics about packets that have passed through the * datapath. Always present in notifications. |