mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
UPSTREAM: scsi: ufs: core: Fix typo for register name in comments
Change "UTRMLCLR" to "UTMRLCLR". The meaning is "UTP Task Management
Request List CLear Register"
Change-Id: Ieb4f4d4b1edac2f79ca9c987611da0f0617f15f2
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>
(cherry picked from commit 4652b58fe3)
Bug: 258234315
Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
committed by
Bart Van Assche
parent
0229e633d2
commit
8e7917293d
@@ -782,7 +782,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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user