summaryrefslogtreecommitdiff
path: root/drivers/net/octeontx2/rvu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/octeontx2/rvu.h')
-rw-r--r--drivers/net/octeontx2/rvu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/octeontx2/rvu.h b/drivers/net/octeontx2/rvu.h
index c0a834b89a..62bc7a644a 100644
--- a/drivers/net/octeontx2/rvu.h
+++ b/drivers/net/octeontx2/rvu.h
@@ -101,7 +101,7 @@ int qmem_alloc(struct qmem *q, u32 qsize, size_t entry_sz);
* @param inst_size Size of each instruction
* @param res_size Size of each result
*
- * @return -ENOMEM on error, 0 on success
+ * Return: -ENOMEM on error, 0 on success
*/
int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize,
size_t inst_size, size_t res_size);