[PATCH] scsi: ufs: ufshpb: Fix typo in comments

From: Keoseong Park
Date: Wed Aug 18 2021 - 06:34:48 EST


Change "allcation" to "allocation"

Signed-off-by: Keoseong Park <keosung.park@xxxxxxxxxxx>
---
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 9acce92a356b..bae98e197711 100644
--- a/drivers/scsi/ufs/ufshpb.c
+++ b/drivers/scsi/ufs/ufshpb.c
@@ -255,7 +255,7 @@ static bool ufshpb_test_ppn_dirty(struct ufshpb_lu *hpb, int rgn_idx,
/*
* 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,
--
2.17.1