nfp: flower: add missing kdoc

Commit 0115552eac ("nfp: remove false positive offloads
in flower vxlan") missed adding kdoc for a new parameter
of nfp_flower_add_offload().

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Jakub Kicinski 2017-11-20 16:47:29 -08:00 committed by David S. Miller
parent e0e853ac03
commit b48b1f7ac7

View file

@ -315,6 +315,7 @@ err_free_flow:
* @app: Pointer to the APP handle * @app: Pointer to the APP handle
* @netdev: netdev structure. * @netdev: netdev structure.
* @flow: TC flower classifier offload structure. * @flow: TC flower classifier offload structure.
* @egress: NFP netdev is the egress.
* *
* Adds a new flow to the repeated hash structure and action payload. * Adds a new flow to the repeated hash structure and action payload.
* *