All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftest/alsa: correct grammar in conf_get_bool error string
@ 2025-11-03  8:51 Zhang Chujun
  2025-11-03 13:28 ` Bala-Vignesh-Reddy
  0 siblings, 1 reply; 4+ messages in thread
From: Zhang Chujun @ 2025-11-03  8:51 UTC (permalink / raw)
  To: reddybalavignesh9979; +Cc: linux-kernel, alsa-devel, 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] 4+ messages in thread

* Re: [PATCH] selftest/alsa: correct grammar in conf_get_bool error string
  2025-11-03  8:51 Zhang Chujun
@ 2025-11-03 13:28 ` Bala-Vignesh-Reddy
  0 siblings, 0 replies; 4+ messages in thread
From: Bala-Vignesh-Reddy @ 2025-11-03 13:28 UTC (permalink / raw)
  To: zhangchujun; +Cc: alsa-devel, linux-kernel, reddybalavignesh9979

Hi Zhang,

Patch is fine. However, I'm not a maintainer or reviewer responsible
for this part of kernel.

You can use the `scripts/get_maintainer.pl` in kernel source tree
to find the maintainers, reviewers and mailing list for your patch
and resend it to them.

Regards,
Bala Vignesh

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [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; 4+ 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] 4+ 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; 4+ 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] 4+ messages in thread

end of thread, other threads:[~2025-11-10 14:49 UTC | newest]

Thread overview: 4+ 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
  -- strict thread matches above, loose matches on Subject: below --
2025-11-03  8:51 Zhang Chujun
2025-11-03 13:28 ` Bala-Vignesh-Reddy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.