scsi: ufs: ufshpb: Fix typo in comments
authorKeoseong Park <keosung.park@samsung.com>
Wed, 18 Aug 2021 09:41:39 +0000 (18:41 +0900)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 25 Aug 2021 02:56:33 +0000 (22:56 -0400)
Change "allcation" to "allocation".

Link: https://lore.kernel.org/r/1891546521.01629282781634.JavaMail.epsvc@epcpadp4
Signed-off-by: Keoseong Park <keosung.park@samsung.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/ufs/ufshpb.c

index 58db9ab8f0ae8cd5b746027feb2459f0aa78d688..02fb51ae8b250cecce39eb716c4238498964f011 100644 (file)
@@ -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,