[PATCH][next] scsi: ufs: core: Fix spelling mistake "Cannnot" -> "Cannot"

Colin Ian King posted 1 patch 3 years, 9 months ago
drivers/ufs/core/ufshcd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] scsi: ufs: core: Fix spelling mistake "Cannnot" -> "Cannot"
Posted by Colin Ian King 3 years, 9 months ago
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
Re: [PATCH][next] scsi: ufs: core: Fix spelling mistake "Cannnot" -> "Cannot"
Posted by Martin K. Petersen 3 years, 8 months ago
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