Linux EDAC development
 help / color / mirror / Atom feed
* [PATCH] EDAC/sb_edac: fix grammar in sb_decode_ddr3 warning
@ 2026-04-08 12:51 Thorsten Blum
  2026-04-09  2:32 ` Zhuo, Qiuxu
  0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Blum @ 2026-04-08 12:51 UTC (permalink / raw)
  To: Tony Luck, Qiuxu Zhuo, Borislav Petkov
  Cc: Thorsten Blum, linux-edac, linux-kernel

Fix the warning in sb_decode_ddr3() by adding the missing verb "is" and
using "supported" instead of "support" to match the LockStep warning in
sb_decode_ddr4().

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
 drivers/edac/sb_edac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/edac/sb_edac.c b/drivers/edac/sb_edac.c
index 09d4e816404b..694e4e199234 100644
--- a/drivers/edac/sb_edac.c
+++ b/drivers/edac/sb_edac.c
@@ -2024,7 +2024,7 @@ static bool sb_decode_ddr4(struct mem_ctl_info *mci, int ch, u8 rank,
 static bool sb_decode_ddr3(struct mem_ctl_info *mci, int ch, u8 rank,
 			   u64 rank_addr, char *msg)
 {
-	pr_warn_once("DDR3 row/column decode not support yet!\n");
+	pr_warn_once("DDR3 row/column decode is not supported yet!\n");
 	msg[0] = '\0';
 	return false;
 }

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

* RE: [PATCH] EDAC/sb_edac: fix grammar in sb_decode_ddr3 warning
  2026-04-08 12:51 [PATCH] EDAC/sb_edac: fix grammar in sb_decode_ddr3 warning Thorsten Blum
@ 2026-04-09  2:32 ` Zhuo, Qiuxu
  0 siblings, 0 replies; 2+ messages in thread
From: Zhuo, Qiuxu @ 2026-04-09  2:32 UTC (permalink / raw)
  To: Thorsten Blum, Luck, Tony, Borislav Petkov
  Cc: linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org

> From: Thorsten Blum <thorsten.blum@linux.dev>
> Sent: Wednesday, April 8, 2026 8:52 PM
> To: Luck, Tony <tony.luck@intel.com>; Zhuo, Qiuxu <qiuxu.zhuo@intel.com>;
> Borislav Petkov <bp@alien8.de>
> Cc: Thorsten Blum <thorsten.blum@linux.dev>; linux-edac@vger.kernel.org;
> linux-kernel@vger.kernel.org
> Subject: [PATCH] EDAC/sb_edac: fix grammar in sb_decode_ddr3 warning
> 
> Fix the warning in sb_decode_ddr3() by adding the missing verb "is" and
> using "supported" instead of "support" to match the LockStep warning in
> sb_decode_ddr4().
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
> ---

Reviewed-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>

Thanks.


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

end of thread, other threads:[~2026-04-09  2:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-08 12:51 [PATCH] EDAC/sb_edac: fix grammar in sb_decode_ddr3 warning Thorsten Blum
2026-04-09  2:32 ` Zhuo, Qiuxu

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