projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
181dfce
)
scsi: ufs: core: Fix typo for register name in comments
author
Keoseong Park
<keosung.park@samsung.com>
Mon, 17 Oct 2022 09:58:15 +0000
(18:58 +0900)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Sat, 22 Oct 2022 03:13:14 +0000
(
03:13
+0000)
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>
drivers/ufs/core/ufshcd.c
patch
|
blob
|
history
diff --git
a/drivers/ufs/core/ufshcd.c
b/drivers/ufs/core/ufshcd.c
index 54ba80cc71bc39c300241e6be57134442330c2e7..b1f59a5fe6327555d51f84e9e917ea246c955e15 100644
(file)
--- a/
drivers/ufs/core/ufshcd.c
+++ b/
drivers/ufs/core/ufshcd.c
@@
-772,7
+772,7
@@
static inline void ufshcd_utrl_clear(struct ufs_hba *hba, u32 mask)
}
/**
- * ufshcd_utmrl_clear - Clear a bit in UT
RM
LCLR register
+ * ufshcd_utmrl_clear - Clear a bit in UT
MR
LCLR register
* @hba: per adapter instance
* @pos: position of the bit to be cleared
*/