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:
parent
0da66348c2
commit
922ad26ebe
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue