summaryrefslogtreecommitdiff
path: root/drivers/scsi
diff options
context:
space:
mode:
authorKeoseong Park <keosung.park@samsung.com>2021-08-18 12:41:39 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2021-08-25 05:56:33 +0300
commit922ad26ebeaa8531f3dec4f38e9e5b6381244b20 (patch)
tree2fe45c4ce2c5adf0374fe194ebe6887a11bc696a /drivers/scsi
parent0da66348c26ffde19d69ed7770514d202afde222 (diff)
downloadlinux-922ad26ebeaa8531f3dec4f38e9e5b6381244b20.tar.xz
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>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/ufs/ufshpb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ufs/ufshpb.c b/drivers/scsi/ufs/ufshpb.c
index 58db9ab8f0ae..02fb51ae8b25 100644
--- a/drivers/scsi/ufs/ufshpb.c
+++ b/drivers/scsi/ufs/ufshpb.c
@@ -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,