mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 20:54:10 +08:00
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/20220719110649.759821-1-colin.i.king@gmail.com Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
292cef5e62
commit
aaa26e383b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user