mirror of https://lore.kernel.org/lkml/
 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	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®