mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
UPSTREAM: scsi: ufs: core: Fix typo in comment
Change "drity" to "dirty".
Change-Id: Id1d5a96b6053a92243b262e3e4b80ef2388d440d
Signed-off-by: Keoseong Park <keosung.park@samsung.com>
Link: https://lore.kernel.org/r/20221019034530epcms2p2b10e072bb66b3fd6cdbe0e2423c11735@epcms2p2
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit 307539eed4)
Bug: 258234315
Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
committed by
Bart Van Assche
parent
8e7917293d
commit
7ca2a56cd5
@@ -383,7 +383,7 @@ int ufshpb_prep(struct ufs_hba *hba, struct ufshcd_lrb *lrbp)
|
||||
rgn = hpb->rgn_tbl + rgn_idx;
|
||||
srgn = rgn->srgn_tbl + srgn_idx;
|
||||
|
||||
/* If command type is WRITE or DISCARD, set bitmap as drity */
|
||||
/* If command type is WRITE or DISCARD, set bitmap as dirty */
|
||||
if (ufshpb_is_write_or_discard(cmd)) {
|
||||
ufshpb_iterate_rgn(hpb, rgn_idx, srgn_idx, srgn_offset,
|
||||
transfer_len, true);
|
||||
|
||||
Reference in New Issue
Block a user