diff mbox series

scsi: ufs: ufshpb: Fix typo in comments

Message ID 1891546521.01629282781634.JavaMail.epsvc@epcpadp4
State New
Headers show
Series scsi: ufs: ufshpb: Fix typo in comments | expand

Commit Message

Keoseong Park Aug. 18, 2021, 9:41 a.m. UTC
Change "allcation" to "allocation"

Signed-off-by: Keoseong Park <keosung.park@samsung.com>
---
 drivers/scsi/ufs/ufshpb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin K. Petersen Aug. 24, 2021, 3:31 a.m. UTC | #1
Keoseong,

> Change "allcation" to "allocation"


Applied to 5.15/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering
Martin K. Petersen Aug. 28, 2021, 2:32 a.m. UTC | #2
On Wed, 18 Aug 2021 18:41:39 +0900, Keoseong Park wrote:

> Change "allcation" to "allocation"

> 

> 

> 

> 


Applied to 5.15/scsi-queue, thanks!

[1/1] scsi: ufs: ufshpb: Fix typo in comments
      https://git.kernel.org/mkp/scsi/c/922ad26ebeaa

-- 
Martin K. Petersen	Oracle Linux Engineering
diff mbox series

Patch

diff --git a/drivers/scsi/ufs/ufshpb.c b/drivers/scsi/ufs/ufshpb.c
index 9acce92a356b..bae98e197711 100644
--- a/drivers/scsi/ufs/ufshpb.c
+++ b/drivers/scsi/ufs/ufshpb.c
@@ -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,