Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] soundwire: fix repeated words in log messages
@ 2026-09-07  6:29 Hemanth Selam
  2026-09-07 10:49 ` Charles Keepax
  2026-09-08 13:58 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Hemanth Selam @ 2026-09-07  6:29 UTC (permalink / raw)
  To: Vinod Koul, Bard Liao, Pierre-Louis Bossart; +Cc: linux-sound, linux-kernel

Drop the words written twice, reported by checkpatch.pl as a possible
repeated word.

Only the message text changes, no code changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
 drivers/soundwire/stream.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/soundwire/stream.c b/drivers/soundwire/stream.c
index f106a877d7b2..0b00fcdcab2d 100644
--- a/drivers/soundwire/stream.c
+++ b/drivers/soundwire/stream.c
@@ -1571,7 +1571,7 @@ int sdw_prepare_stream(struct sdw_stream_runtime *stream)
 	if (stream->state != SDW_STREAM_CONFIGURED &&
 	    stream->state != SDW_STREAM_DEPREPARED &&
 	    stream->state != SDW_STREAM_DISABLED) {
-		pr_err("%s: %s: inconsistent state state %d\n",
+		pr_err("%s: %s: inconsistent state %d\n",
 		       __func__, stream->name, stream->state);
 		ret = -EINVAL;
 		goto state_err;
@@ -1655,7 +1655,7 @@ int sdw_enable_stream(struct sdw_stream_runtime *stream)
 
 	if (stream->state != SDW_STREAM_PREPARED &&
 	    stream->state != SDW_STREAM_DISABLED) {
-		pr_err("%s: %s: inconsistent state state %d\n",
+		pr_err("%s: %s: inconsistent state %d\n",
 		       __func__, stream->name, stream->state);
 		ret = -EINVAL;
 		goto state_err;
@@ -1742,7 +1742,7 @@ int sdw_disable_stream(struct sdw_stream_runtime *stream)
 	}
 
 	if (stream->state != SDW_STREAM_ENABLED) {
-		pr_err("%s: %s: inconsistent state state %d\n",
+		pr_err("%s: %s: inconsistent state %d\n",
 		       __func__, stream->name, stream->state);
 		ret = -EINVAL;
 		goto state_err;
@@ -1848,7 +1848,7 @@ int sdw_deprepare_stream(struct sdw_stream_runtime *stream)
 
 	if (stream->state != SDW_STREAM_PREPARED &&
 	    stream->state != SDW_STREAM_DISABLED) {
-		pr_err("%s: %s: inconsistent state state %d\n",
+		pr_err("%s: %s: inconsistent state %d\n",
 		       __func__, stream->name, stream->state);
 		ret = -EINVAL;
 		goto state_err;
-- 
2.48.1


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

* Re: [PATCH] soundwire: fix repeated words in log messages
  2026-09-07  6:29 [PATCH] soundwire: fix repeated words in log messages Hemanth Selam
@ 2026-09-07 10:49 ` Charles Keepax
  2026-09-08 13:58 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Charles Keepax @ 2026-09-07 10:49 UTC (permalink / raw)
  To: Hemanth Selam
  Cc: Vinod Koul, Bard Liao, Pierre-Louis Bossart, linux-sound,
	linux-kernel

On Mon, Sep 07, 2026 at 11:59:30AM +0530, Hemanth Selam wrote:
> Drop the words written twice, reported by checkpatch.pl as a possible
> repeated word.
> 
> Only the message text changes, no code changes.
> 
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
> ---

Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

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

* Re: [PATCH] soundwire: fix repeated words in log messages
  2026-09-07  6:29 [PATCH] soundwire: fix repeated words in log messages Hemanth Selam
  2026-09-07 10:49 ` Charles Keepax
@ 2026-09-08 13:58 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2026-09-08 13:58 UTC (permalink / raw)
  To: Bard Liao, Pierre-Louis Bossart, Hemanth Selam; +Cc: linux-sound, linux-kernel


On Mon, 07 Sep 2026 11:59:30 +0530, Hemanth Selam wrote:
> Drop the words written twice, reported by checkpatch.pl as a possible
> repeated word.
> 
> Only the message text changes, no code changes.
> 
> 

Applied, thanks!

[1/1] soundwire: fix repeated words in log messages
      commit: 1f26ff6aab686c5da7ef749bd14049d1eb3029e4

Best regards,
-- 
~Vinod



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

end of thread, other threads:[~2026-09-08 13:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-07  6:29 [PATCH] soundwire: fix repeated words in log messages Hemanth Selam
2026-09-07 10:49 ` Charles Keepax
2026-09-08 13:58 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox