Skip to content

Commit 307539e

Browse files
keosungmartinkpetersen
authored andcommitted
scsi: ufs: core: Fix typo in comment
Change "drity" to "dirty". Signed-off-by: Keoseong Park <[email protected]> Link: https://lore.kernel.org/r/20221019034530epcms2p2b10e072bb66b3fd6cdbe0e2423c11735@epcms2p2 Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 6524438 commit 307539e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ufs/core/ufshpb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ int ufshpb_prep(struct ufs_hba *hba, struct ufshcd_lrb *lrbp)
383383
rgn = hpb->rgn_tbl + rgn_idx;
384384
srgn = rgn->srgn_tbl + srgn_idx;
385385

386-
/* If command type is WRITE or DISCARD, set bitmap as drity */
386+
/* If command type is WRITE or DISCARD, set bitmap as dirty */
387387
if (ufshpb_is_write_or_discard(cmd)) {
388388
ufshpb_iterate_rgn(hpb, rgn_idx, srgn_idx, srgn_offset,
389389
transfer_len, true);

0 commit comments

Comments
 (0)