From 922ad26ebeaa8531f3dec4f38e9e5b6381244b20 Mon Sep 17 00:00:00 2001 From: Keoseong Park Date: Wed, 18 Aug 2021 18:41:39 +0900 Subject: [PATCH] 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 --- drivers/scsi/ufs/ufshpb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/ufs/ufshpb.c b/drivers/scsi/ufs/ufshpb.c index 58db9ab8f0ae..02fb51ae8b25 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,