* [PATCH] selftest/alsa: correct grammar in conf_get_bool error string
@ 2025-11-06 5:58 Zhang Chujun
2025-11-06 10:49 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Zhang Chujun @ 2025-11-06 5:58 UTC (permalink / raw)
To: broonie; +Cc: linux-sound, linux-kselftest, Zhang Chujun
The phrase "an bool" is grammatically incorrect; it should be
"a bool".
Signed-off-by: Zhang Chujun <zhangchujun@cmss.chinamobile.com>
diff --git a/tools/testing/selftests/alsa/conf.c b/tools/testing/selftests/alsa/conf.c
index 5b7c83fe87b3..317212078e36 100644
--- a/tools/testing/selftests/alsa/conf.c
+++ b/tools/testing/selftests/alsa/conf.c
@@ -448,7 +448,7 @@ int conf_get_bool(snd_config_t *root, const char *key1, const char *key2, int de
ksft_exit_fail_msg("key '%s'.'%s' search error: %s\n", key1, key2, snd_strerror(ret));
ret = snd_config_get_bool(cfg);
if (ret < 0)
- ksft_exit_fail_msg("key '%s'.'%s' is not an bool\n", key1, key2);
+ ksft_exit_fail_msg("key '%s'.'%s' is not a bool\n", key1, key2);
return !!ret;
}
--
2.50.1.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] selftest/alsa: correct grammar in conf_get_bool error string
2025-11-06 5:58 [PATCH] selftest/alsa: correct grammar in conf_get_bool error string Zhang Chujun
@ 2025-11-06 10:49 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2025-11-06 10:49 UTC (permalink / raw)
To: Zhang Chujun; +Cc: broonie, linux-sound, linux-kselftest
On Thu, 06 Nov 2025 06:58:19 +0100,
Zhang Chujun wrote:
>
> The phrase "an bool" is grammatically incorrect; it should be
> "a bool".
>
> Signed-off-by: Zhang Chujun <zhangchujun@cmss.chinamobile.com>
Applied now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-06 10:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-06 5:58 [PATCH] selftest/alsa: correct grammar in conf_get_bool error string Zhang Chujun
2025-11-06 10:49 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).