Skip to content

Commit 922ad26

Browse files
keosungmartinkpetersen
authored andcommitted
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>
1 parent 0da6634 commit 922ad26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/scsi/ufs/ufshpb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ static bool ufshpb_test_ppn_dirty(struct ufshpb_lu *hpb, int rgn_idx,
255255
/*
256256
* If the region state is active, mctx must be allocated.
257257
* In this case, check whether the region is evicted or
258-
* mctx allcation fail.
258+
* mctx allocation fail.
259259
*/
260260
if (unlikely(!srgn->mctx)) {
261261
dev_err(&hpb->sdev_ufs_lu->sdev_dev,

0 commit comments

Comments
 (0)