Commit 922ad26e authored by Keoseong Park's avatar Keoseong Park Committed by Martin K. Petersen

scsi: ufs: ufshpb: Fix typo in comments

Change "allcation" to "allocation".

Link: https://lore.kernel.org/r/1891546521.01629282781634.JavaMail.epsvc@epcpadp4Signed-off-by: default avatarKeoseong Park <keosung.park@samsung.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 0da66348
...@@ -255,7 +255,7 @@ static bool ufshpb_test_ppn_dirty(struct ufshpb_lu *hpb, int rgn_idx, ...@@ -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. * If the region state is active, mctx must be allocated.
* In this case, check whether the region is evicted or * In this case, check whether the region is evicted or
* mctx allcation fail. * mctx allocation fail.
*/ */
if (unlikely(!srgn->mctx)) { if (unlikely(!srgn->mctx)) {
dev_err(&hpb->sdev_ufs_lu->sdev_dev, dev_err(&hpb->sdev_ufs_lu->sdev_dev,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment