mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 03:10:30 -04:00
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:
committed by
Martin K. Petersen
parent
0da66348c2
commit
922ad26ebe
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user