Skip to content

Commit 4652b58

Browse files
keosungmartinkpetersen
authored andcommitted
scsi: ufs: core: Fix typo for register name in comments
Change "UTRMLCLR" to "UTMRLCLR". The meaning is "UTP Task Management Request List CLear Register" Signed-off-by: Keoseong Park <[email protected]> Link: https://lore.kernel.org/r/20221017095815epcms2p110e3421b99bb9a937620b4d065d0ed12@epcms2p1 Reviewed-by: Bart Van Assche <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 181dfce commit 4652b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ufs/core/ufshcd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ static inline void ufshcd_utrl_clear(struct ufs_hba *hba, u32 mask)
772772
}
773773

774774
/**
775-
* ufshcd_utmrl_clear - Clear a bit in UTRMLCLR register
775+
* ufshcd_utmrl_clear - Clear a bit in UTMRLCLR register
776776
* @hba: per adapter instance
777777
* @pos: position of the bit to be cleared
778778
*/

0 commit comments

Comments
 (0)