lkml.org 
[lkml]   [2020]   [Jan]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRE: [EXT] [PATCH][next] scsi: ufs: fix spelling mistake "initilized" -> "initialized"
Date
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

\
 
 \ /
  Last update: 2020-01-22 11:01    [W:0.047 / U:1.668 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site