Skip to content

Commit aaa26e3

Browse files
ColinIanKingmartinkpetersen
authored andcommitted
scsi: ufs: core: Fix spelling mistake "Cannnot" -> "Cannot"
There is a spelling mistake in a dev_dbg message. Fix it. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 292cef5 commit aaa26e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ufs/core/ufshcd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8550,7 +8550,7 @@ static enum ufs_ref_clk_freq ufshcd_parse_ref_clk_property(struct ufs_hba *hba)
85508550
int ret = device_property_read_u32(hba->dev, "ref-clk-freq", &freq);
85518551

85528552
if (ret) {
8553-
dev_dbg(hba->dev, "Cannnot query 'ref-clk-freq' property = %d", ret);
8553+
dev_dbg(hba->dev, "Cannot query 'ref-clk-freq' property = %d", ret);
85548554
return REF_CLK_FREQ_INVAL;
85558555
}
85568556

0 commit comments

Comments
 (0)