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 <keosung.park@samsung.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Keoseong Park 2021-08-18 18:41:39 +09:00 committed by Martin K. Petersen
parent 0da66348c2
commit 922ad26ebe
1 changed files with 1 additions and 1 deletions

View 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,