From: Keoseong Park Date: Wed, 18 Aug 2021 09:41:39 +0000 (+0900) Subject: scsi: ufs: ufshpb: Fix typo in comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=922ad26ebeaa8531f3dec4f38e9e5b6381244b20;p=linux.git scsi: ufs: ufshpb: Fix typo in comments Change "allcation" to "allocation". Link: https://lore.kernel.org/r/1891546521.01629282781634.JavaMail.epsvc@epcpadp4 Signed-off-by: Keoseong Park Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/ufs/ufshpb.c b/drivers/scsi/ufs/ufshpb.c index 58db9ab8f0ae8..02fb51ae8b250 100644 --- a/drivers/scsi/ufs/ufshpb.c +++ b/drivers/scsi/ufs/ufshpb.c @@ -255,7 +255,7 @@ next_srgn: /* * If the region state is active, mctx must be allocated. * In this case, check whether the region is evicted or - * mctx allcation fail. + * mctx allocation fail. */ if (unlikely(!srgn->mctx)) { dev_err(&hpb->sdev_ufs_lu->sdev_dev,