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
82ffe669
Commit
82ffe669
authored
Dec 02, 2021
by
Gordon Bergling
Browse files
bce(4): Fix a typo in a sysctl description
- s/duirng/during/ (cherry picked from commit
25d0ccbe
)
parent
d891ee6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/dev/bce/if_bce.c
View file @
82ffe669
...
...
@@ -630,7 +630,7 @@ static int bce_rx_quick_cons_trip_int = DEFAULT_RX_QUICK_CONS_TRIP_INT;
#endif
SYSCTL_UINT
(
_hw_bce
,
OID_AUTO
,
rx_quick_cons_trip_int
,
CTLFLAG_RDTUN
,
&
bce_rx_quick_cons_trip_int
,
0
,
"Receive BD trip point du
i
rng interrupts"
);
"Receive BD trip point dur
i
ng interrupts"
);
/* Allowable values are 1 ... 100 */
#ifdef BCE_DEBUG
...
...
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