Message ID | 20200122091250.2777221-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | e0a514259378718e0deea1def03b7025a0daaf42 |
Headers | show |
Series | [next] scsi: ufs: fix spelling mistake "initilized" -> "initialized" | expand |
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
Colin,
> There is a spelling mistake in a pr_err message. Fix it.
Applied to 5.6/scsi-fixes, thanks!
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; }