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

From: Bean Huo (beanhuo)
Date: Wed Jan 22 2020 - 05:00:04 EST


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@xxxxxxxxxx>

>
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> There is a spelling mistake in a pr_err message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> ---
> 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