linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] scsi: ufs: fix spelling mistake "initilized" -> "initialized"
@ 2020-01-22  9:12 Colin King
  2020-01-22  9:59 ` [EXT] " Bean Huo (beanhuo)
  2020-01-28  3:52 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2020-01-22  9:12 UTC (permalink / raw)
  To: Alim Akhtar, Avri Altman, Pedro Sousa, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a pr_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/scsi/ufs/ufs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/ufs/ufs.h b/drivers/scsi/ufs/ufs.h
index dde2eb02f76f..cfe380348bf0 100644
--- a/drivers/scsi/ufs/ufs.h
+++ b/drivers/scsi/ufs/ufs.h
@@ -546,7 +546,7 @@ static inline bool ufs_is_valid_unit_desc_lun(struct ufs_dev_info *dev_info,
 		u8 lun)
 {
 	if (!dev_info || !dev_info->max_lu_supported) {
-		pr_err("Max General LU supported by UFS isn't initilized\n");
+		pr_err("Max General LU supported by UFS isn't initialized\n");
 		return false;
 	}
 
-- 
2.24.0


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

* RE: [EXT] [PATCH][next] scsi: ufs: fix spelling mistake "initilized" -> "initialized"
  2020-01-22  9:12 [PATCH][next] scsi: ufs: fix spelling mistake "initilized" -> "initialized" Colin King
@ 2020-01-22  9:59 ` Bean Huo (beanhuo)
  2020-01-28  3:52 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Bean Huo (beanhuo) @ 2020-01-22  9:59 UTC (permalink / raw)
  To: Colin King, Alim Akhtar, Avri Altman, Pedro Sousa,
	James E . J . Bottomley, Martin K . Petersen
  Cc: kernel-janitors, linux-kernel, linux-scsi

Hi, Colin
Thanks, this typo result from my patch, and I see Martin has mainlined in for-next branch, if martin doesn't need my update patches,
Add my reviewed-by tag, thanks again.

Reviewed-by: Bean Huo <beanhuo@micron.com>

> 
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a pr_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/scsi/ufs/ufs.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/scsi/ufs/ufs.h b/drivers/scsi/ufs/ufs.h index
> dde2eb02f76f..cfe380348bf0 100644
> --- a/drivers/scsi/ufs/ufs.h
> +++ b/drivers/scsi/ufs/ufs.h
> @@ -546,7 +546,7 @@ static inline bool ufs_is_valid_unit_desc_lun(struct
> ufs_dev_info *dev_info,
>  		u8 lun)
>  {
>  	if (!dev_info || !dev_info->max_lu_supported) {
> -		pr_err("Max General LU supported by UFS isn't initilized\n");
> +		pr_err("Max General LU supported by UFS isn't initialized\n");
>  		return false;
>  	}
> 
> --
> 2.24.0


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

* Re: [PATCH][next] scsi: ufs: fix spelling mistake "initilized" -> "initialized"
  2020-01-22  9:12 [PATCH][next] scsi: ufs: fix spelling mistake "initilized" -> "initialized" Colin King
  2020-01-22  9:59 ` [EXT] " Bean Huo (beanhuo)
@ 2020-01-28  3:52 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2020-01-28  3:52 UTC (permalink / raw)
  To: Colin King
  Cc: Alim Akhtar, Avri Altman, Pedro Sousa, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi, kernel-janitors, linux-kernel


Colin,

> There is a spelling mistake in a pr_err message. Fix it.

Applied to 5.6/scsi-fixes, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2020-01-28  3:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22  9:12 [PATCH][next] scsi: ufs: fix spelling mistake "initilized" -> "initialized" Colin King
2020-01-22  9:59 ` [EXT] " Bean Huo (beanhuo)
2020-01-28  3:52 ` 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).