Skip to content

Commit e0a5142

Browse files
Colin Ian Kingmartinkpetersen
authored andcommitted
scsi: ufs: fix spelling mistake "initilized" -> "initialized"
There is a spelling mistake in a pr_err message. Fix it. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Bean Huo <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 20bc1ad commit e0a5142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/ufs/ufs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ static inline bool ufs_is_valid_unit_desc_lun(struct ufs_dev_info *dev_info,
546546
u8 lun)
547547
{
548548
if (!dev_info || !dev_info->max_lu_supported) {
549-
pr_err("Max General LU supported by UFS isn't initilized\n");
549+
pr_err("Max General LU supported by UFS isn't initialized\n");
550550
return false;
551551
}
552552

0 commit comments

Comments
 (0)