mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
FROMGIT: scsi: ufs: core: Fix typos in error messages
Should be "retries" instead of "retires".
Link: https://lore.kernel.org/r/20220621144653.62630-1-wsa+renesas@sang-engineering.com
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit 82ede9c198 git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git for-next)
Bug: 239946304
Signed-off-by: Bart Van Assche <bvanassche@google.com>
Change-Id: Ib83197e3d13ae8d04f6d1c0e2ef105bbd9872257
This commit is contained in:
committed by
Treehugger Robot
parent
8a6f9e7bef
commit
d48e6713fc
@@ -3138,7 +3138,7 @@ int ufshcd_query_flag_retry(struct ufs_hba *hba,
|
||||
|
||||
if (ret)
|
||||
dev_err(hba->dev,
|
||||
"%s: query attribute, opcode %d, idn %d, failed with error %d after %d retires\n",
|
||||
"%s: query attribute, opcode %d, idn %d, failed with error %d after %d retries\n",
|
||||
__func__, opcode, idn, ret, retries);
|
||||
return ret;
|
||||
}
|
||||
@@ -3309,7 +3309,7 @@ int ufshcd_query_attr_retry(struct ufs_hba *hba,
|
||||
|
||||
if (ret)
|
||||
dev_err(hba->dev,
|
||||
"%s: query attribute, idn %d, failed with error %d after %d retires\n",
|
||||
"%s: query attribute, idn %d, failed with error %d after %d retries\n",
|
||||
__func__, idn, ret, QUERY_REQ_RETRIES);
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user