projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0da6634
)
scsi: ufs: ufshpb: Fix typo in comments
author
Keoseong Park
<keosung.park@samsung.com>
Wed, 18 Aug 2021 09:41:39 +0000
(18:41 +0900)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Wed, 25 Aug 2021 02:56:33 +0000
(22:56 -0400)
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>
drivers/scsi/ufs/ufshpb.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/ufs/ufshpb.c
b/drivers/scsi/ufs/ufshpb.c
index
58db9ab
..
02fb51a
100644
(file)
--- 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 all
o
cation fail.
*/
if (unlikely(!srgn->mctx)) {
dev_err(&hpb->sdev_ufs_lu->sdev_dev,