Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
c937fb28
Commit
c937fb28
authored
Dec 02, 2021
by
Gordon Bergling
Browse files
mlx5: Correct a typo in a sysctl description
- s/parameteres/parameters/ MFC after: 3 days
parent
f89f6f95
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
View file @
c937fb28
...
@@ -1104,7 +1104,7 @@ static int mlx5e_fast_calibration = 1;
...
@@ -1104,7 +1104,7 @@ static int mlx5e_fast_calibration = 1;
static
int
mlx5e_normal_calibration
=
30
;
static
int
mlx5e_normal_calibration
=
30
;
static
SYSCTL_NODE
(
_hw_mlx5
,
OID_AUTO
,
calibr
,
CTLFLAG_RW
|
CTLFLAG_MPSAFE
,
0
,
static
SYSCTL_NODE
(
_hw_mlx5
,
OID_AUTO
,
calibr
,
CTLFLAG_RW
|
CTLFLAG_MPSAFE
,
0
,
"MLX5 timestamp calibration parameter
e
s"
);
"MLX5 timestamp calibration parameters"
);
SYSCTL_INT
(
_hw_mlx5_calibr
,
OID_AUTO
,
duration
,
CTLFLAG_RWTUN
,
SYSCTL_INT
(
_hw_mlx5_calibr
,
OID_AUTO
,
duration
,
CTLFLAG_RWTUN
,
&
mlx5e_calibration_duration
,
0
,
&
mlx5e_calibration_duration
,
0
,
...
...
HardenedBSD Services
@hardenedbsd-services
mentioned in commit
8460767d
·
Dec 05, 2021
mentioned in commit
8460767d
mentioned in commit 8460767ded579fb740d474f52caaf91b173f1063
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment