forked from Minki/linux
scsi: ufs: core: Fix typo in comment
Change "drity" to "dirty". 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>
This commit is contained in:
parent
65244389b1
commit
307539eed4
@ -383,7 +383,7 @@ int ufshpb_prep(struct ufs_hba *hba, struct ufshcd_lrb *lrbp)
|
|||||||
rgn = hpb->rgn_tbl + rgn_idx;
|
rgn = hpb->rgn_tbl + rgn_idx;
|
||||||
srgn = rgn->srgn_tbl + srgn_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)) {
|
if (ufshpb_is_write_or_discard(cmd)) {
|
||||||
ufshpb_iterate_rgn(hpb, rgn_idx, srgn_idx, srgn_offset,
|
ufshpb_iterate_rgn(hpb, rgn_idx, srgn_idx, srgn_offset,
|
||||||
transfer_len, true);
|
transfer_len, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user