2020-01-22 09:14:13

by Colin King

[permalink] [raw]
Subject: [PATCH][next] scsi: ufs: fix spelling mistake "initilized" -> "initialized"

From: Colin Ian King <[email protected]>

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

Signed-off-by: Colin Ian King <[email protected]>
---
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


2020-01-22 10:01:12

by Bean Huo (beanhuo)

[permalink] [raw]
Subject: RE: [EXT] [PATCH][next] scsi: ufs: fix spelling mistake "initilized" -> "initialized"

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 <[email protected]>

>
> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in a pr_err message. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>
> ---
> 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

2020-01-28 03:57:25

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH][next] scsi: ufs: fix spelling mistake "initilized" -> "initialized"


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