]> Git Repo - linux.git/commitdiff
nfp: add missing kdoc
authorJakub Kicinski <[email protected]>
Thu, 9 May 2019 23:19:34 +0000 (16:19 -0700)
committerDavid S. Miller <[email protected]>
Thu, 9 May 2019 23:41:46 +0000 (16:41 -0700)
Add missing kdoc for app member.

Signed-off-by: Jakub Kicinski <[email protected]>
Reviewed-by: Dirk van der Merwe <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/netronome/nfp/ccm.h

index e2fe4b867958802f05edfc71304cbeed9363ae17..ac963b12820356e1b4085d456fe691a978220ddb 100644 (file)
@@ -54,6 +54,8 @@ static inline unsigned int nfp_ccm_get_tag(struct sk_buff *skb)
 
 /**
  * struct nfp_ccm - common control message handling
+ * @app:               APP handle
+ *
  * @tag_allocator:     bitmap of control message tags in use
  * @tag_alloc_next:    next tag bit to allocate
  * @tag_alloc_last:    next tag bit to be freed
This page took 0.057002 seconds and 4 git commands to generate.