mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
ena: Remove \n from sysctl description
sysctl(8) prints a newline after the description, no need for this extra newline. MFC after: 1 week (cherry picked from commit f2233ac33ab64f9bb03370c097af97f26dd0fca1)
This commit is contained in:
parent
30bcbf8a2f
commit
1f6936723e
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ SYSCTL_INT(_hw_ena, OID_AUTO, enable_9k_mbufs, CTLFLAG_RDTUN,
|
|||
int ena_force_large_llq_header = ENA_LLQ_HEADER_SIZE_POLICY_DEFAULT;
|
||||
SYSCTL_INT(_hw_ena, OID_AUTO, force_large_llq_header, CTLFLAG_RDTUN,
|
||||
&ena_force_large_llq_header, 0,
|
||||
"Change default LLQ entry size received from the device\n");
|
||||
"Change default LLQ entry size received from the device");
|
||||
|
||||
int ena_rss_table_size = ENA_RX_RSS_TABLE_SIZE;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue