git: 192b108d4441 - stable/13 - ena: Remove \n from sysctl description

From: Zhenlei Huang <zlei_at_FreeBSD.org>
Date: Fri, 06 Dec 2024 13:57:43 UTC
The branch stable/13 has been updated by zlei:

URL: https://cgit.FreeBSD.org/src/commit/?id=192b108d44418f7c0a96431fb3c7c706ff833d8c

commit 192b108d44418f7c0a96431fb3c7c706ff833d8c
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2024-11-26 15:52:54 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2024-12-06 13:56:52 +0000

    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)
    (cherry picked from commit 1f6936723e1051e92fb9b658f5f6fa13c2001cee)
---
 sys/dev/ena/ena_sysctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/ena/ena_sysctl.c b/sys/dev/ena/ena_sysctl.c
index a6076c57e3f5..837d9b9a7165 100644
--- a/sys/dev/ena/ena_sysctl.c
+++ b/sys/dev/ena/ena_sysctl.c
@@ -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;