mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
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 <keosung.park@samsung.com> Link: https://lore.kernel.org/r/20221017095815epcms2p110e3421b99bb9a937620b4d065d0ed12@epcms2p1 Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
181dfce9b6
commit
4652b58fe3
|
|
@ -772,7 +772,7 @@ static inline void ufshcd_utrl_clear(struct ufs_hba *hba, u32 mask)
|
|||
}
|
||||
|
||||
/**
|
||||
* ufshcd_utmrl_clear - Clear a bit in UTRMLCLR register
|
||||
* ufshcd_utmrl_clear - Clear a bit in UTMRLCLR register
|
||||
* @hba: per adapter instance
|
||||
* @pos: position of the bit to be cleared
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user