Skip to content

Commit

Permalink
scsi: ufs: fix spelling mistake "initilized" -> "initialized"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a pr_err message. Fix it.

Link: https://lore.kernel.org/r/20200122091250.2777221-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Bean Huo <beanhuo@micron.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
  • Loading branch information
Colin Ian King authored and Martin K. Petersen committed Jan 30, 2020
1 parent 20bc1ad commit e0a5142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/ufs/ufs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e0a5142

Please sign in to comment.