aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/octeontx2/lmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/octeontx2/lmt.h')
-rw-r--r--drivers/net/octeontx2/lmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/octeontx2/lmt.h b/drivers/net/octeontx2/lmt.h
index 84a7eab..3b30992 100644
--- a/drivers/net/octeontx2/lmt.h
+++ b/drivers/net/octeontx2/lmt.h
@@ -15,7 +15,7 @@
* @param ptr address in memory to add incr to
* @param incr amount to increment memory location by (signed)
*
- * @return Value of memory location before increment
+ * Return: Value of memory location before increment
*/
static inline s64 atomic_fetch_and_add64_nosync(s64 *ptr, s64 incr)
{