linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ufs: core: fix typos in error messages
@ 2022-06-21 14:46 Wolfram Sang
  2022-06-28  3:24 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2022-06-21 14:46 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, Alim Akhtar, Avri Altman, Bart Van Assche,
	James E.J. Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel

Should be "retries" instead of "retires".

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 drivers/ufs/core/ufshcd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/ufs/core/ufshcd.c b/drivers/ufs/core/ufshcd.c
index bb6cbd514a69..288f20dcb2b2 100644
--- a/drivers/ufs/core/ufshcd.c
+++ b/drivers/ufs/core/ufshcd.c
@@ -3065,7 +3065,7 @@ static 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;
 }
@@ -3233,7 +3233,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;
 }
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ufs: core: fix typos in error messages
  2022-06-21 14:46 [PATCH] ufs: core: fix typos in error messages Wolfram Sang
@ 2022-06-28  3:24 ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2022-06-28  3:24 UTC (permalink / raw)
  To: linux-renesas-soc, Wolfram Sang
  Cc: Martin K . Petersen, Avri Altman, Bart Van Assche, Alim Akhtar,
	James E.J. Bottomley, linux-kernel, linux-scsi

On Tue, 21 Jun 2022 16:46:53 +0200, Wolfram Sang wrote:

> Should be "retries" instead of "retires".
> 
> 

Applied to 5.20/scsi-queue, thanks!

[1/1] ufs: core: fix typos in error messages
      https://git.kernel.org/mkp/scsi/c/82ede9c19839

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-28  3:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21 14:46 [PATCH] ufs: core: fix typos in error messages Wolfram Sang
2022-06-28  3:24 ` 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;
as well as URLs for NNTP newsgroup(s).