Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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/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>

authored by

Colin Ian King and committed by
Martin K. Petersen
e0a51425 20bc1ad2

+1 -1
+1 -1
drivers/scsi/ufs/ufs.h
··· 546 546 u8 lun) 547 547 { 548 548 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"); 550 550 return false; 551 551 } 552 552