From: Yevgeny Kliteynik <[email protected]>
Remove comment that documents parameter that doesn't exist.
Fixes: 3eb748869d2d ("net/mlx5/hws: add send layer")
Cc: [email protected]
Signed-off-by: Yevgeny Kliteynik <[email protected]>
Acked-by: Matan Azrad <[email protected]>
---
drivers/net/mlx5/hws/mlx5dr_send.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/net/mlx5/hws/mlx5dr_send.h
b/drivers/net/mlx5/hws/mlx5dr_send.h
index c4eaea52ab..0c89faa8a7 100644
--- a/drivers/net/mlx5/hws/mlx5dr_send.h
+++ b/drivers/net/mlx5/hws/mlx5dr_send.h
@@ -203,8 +203,6 @@ struct mlx5dr_send_ste_attr {
* value to write in CPU endian format.
* @param addr
* Address to write to.
- * @param lock
- * Address of the lock to use for that UAR access.
*/
static __rte_always_inline void
mlx5dr_uar_write64_relaxed(uint64_t val, void *addr)
--
2.39.3