[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240814030017.2094-1-bajing@cmss.chinamobile.com>
Date: Wed, 14 Aug 2024 11:00:17 +0800
From: bajing <bajing@...s.chinamobile.com>
To: w.d.hubbs@...il.com
Cc: chris@...-brannons.com,
kirk@...sers.ca,
samuel.thibault@...-lyon.org,
speakup@...ux-speakup.org,
linux-kernel@...r.kernel.org,
bajing <bajing@...s.chinamobile.com>
Subject: [PATCH] speakup: i18n: modify incorrect comments
Regarding the text part, the comment was written incorrectly, so it needs to be modified.
Signed-off-by: bajing <bajing@...s.chinamobile.com>
---
drivers/accessibility/speakup/i18n.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/accessibility/speakup/i18n.c b/drivers/accessibility/speakup/i18n.c
index d62079b1661f..10c7cdc685f7 100644
--- a/drivers/accessibility/speakup/i18n.c
+++ b/drivers/accessibility/speakup/i18n.c
@@ -541,7 +541,7 @@ static bool fmt_validate(char *template, char *user)
* If the function fails, then user_messages is untouched.
* Arguments:
* - index: a message number, as found in i18n.h.
- * - text: text of message. Not NUL-terminated.
+ * - text: text of message. Not NULL-terminated.
* - length: number of bytes in text.
* Failure conditions:
* -EINVAL - Invalid format specifiers in formatted message or illegal index.
--
2.33.0
Powered by blists - more mailing lists