aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx4
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2026-02-08 12:01:27 +0000
committerGordon Bergling <gbe@FreeBSD.org>2026-02-08 12:01:27 +0000
commit3e46676638ac089c71e8424961449895c0babcfb (patch)
tree0c3abdeaa8e100dbd87e4ee88cd0613573611fb1 /sys/dev/mlx4
parentff08ad36c2acb3553b9f585a9bd01fd1306bfd7e (diff)
Diffstat (limited to 'sys/dev/mlx4')
-rw-r--r--sys/dev/mlx4/mlx4_core/mlx4_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mlx4/mlx4_core/mlx4_main.c b/sys/dev/mlx4/mlx4_core/mlx4_main.c
index ca63d1d12ba6..302b9d9cc2f4 100644
--- a/sys/dev/mlx4/mlx4_core/mlx4_main.c
+++ b/sys/dev/mlx4/mlx4_core/mlx4_main.c
@@ -135,7 +135,7 @@ static struct mlx4_profile default_profile = {
.num_cq = 1 << 16,
.num_mcg = 1 << 13,
.num_mpt = 1 << 19,
- .num_mtt = 1 << 20, /* It is really num mtt segements */
+ .num_mtt = 1 << 20, /* It is really num mtt segments */
};
static struct mlx4_profile low_mem_profile = {