All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] scsi: ufs: core: Fix spelling mistake "Cannnot" -> "Cannot"
@ 2022-07-19 11:06 Colin Ian King
  2022-07-27  2:09 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-07-19 11:06 UTC (permalink / raw)
  To: Alim Akhtar, Avri Altman, Bart Van Assche,
	James E . J . Bottomley, Martin K . Petersen, Bean Huo,
	linux-scsi
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a dev_dbg message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/ufs/core/ufshcd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ufs/core/ufshcd.c b/drivers/ufs/core/ufshcd.c
index ddab087dd0bc..581d88af07ab 100644
--- a/drivers/ufs/core/ufshcd.c
+++ b/drivers/ufs/core/ufshcd.c
@@ -8550,7 +8550,7 @@ static enum ufs_ref_clk_freq ufshcd_parse_ref_clk_property(struct ufs_hba *hba)
 	int ret = device_property_read_u32(hba->dev, "ref-clk-freq", &freq);
 
 	if (ret) {
-		dev_dbg(hba->dev, "Cannnot query 'ref-clk-freq' property = %d", ret);
+		dev_dbg(hba->dev, "Cannot query 'ref-clk-freq' property = %d", ret);
 		return REF_CLK_FREQ_INVAL;
 	}
 
-- 
2.35.3


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

* Re: [PATCH][next] scsi: ufs: core: Fix spelling mistake "Cannnot" -> "Cannot"
  2022-07-19 11:06 [PATCH][next] scsi: ufs: core: Fix spelling mistake "Cannnot" -> "Cannot" Colin Ian King
@ 2022-07-27  2:09 ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2022-07-27  2:09 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Alim Akhtar, Avri Altman, Bart Van Assche,
	James E . J . Bottomley, Martin K . Petersen, Bean Huo,
	linux-scsi, kernel-janitors, linux-kernel


Colin,

> There is a spelling mistake in a dev_dbg message. Fix it.

Applied to 5.20/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2022-07-27  2:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-19 11:06 [PATCH][next] scsi: ufs: core: Fix spelling mistake "Cannnot" -> "Cannot" Colin Ian King
2022-07-27  2:09 ` Martin K. Petersen

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.