[PATCH] scsi: ufs: core: Fix typo for register name in comments

Keoseong Park posted 1 patch 3 years, 5 months ago
drivers/ufs/core/ufshcd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] scsi: ufs: core: Fix typo for register name in comments
Posted by Keoseong Park 3 years, 5 months ago
Change "UTRMLCLR" to "UTMRLCLR".
The meaning is "UTP Task Management Request List CLear Register"

Signed-off-by: Keoseong Park <keosung.park@samsung.com>
---
 drivers/ufs/core/ufshcd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ufs/core/ufshcd.c b/drivers/ufs/core/ufshcd.c
index 7c15cbc737b4..9c5f100b488c 100644
--- 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 UTRMLCLR register
+ * ufshcd_utmrl_clear - Clear a bit in UTMRLCLR register
  * @hba: per adapter instance
  * @pos: position of the bit to be cleared
  */
-- 
2.17.1
Re: [PATCH] scsi: ufs: core: Fix typo for register name in comments
Posted by Martin K. Petersen 3 years, 5 months ago
On Mon, 17 Oct 2022 18:58:15 +0900, Keoseong Park wrote:

> Change "UTRMLCLR" to "UTMRLCLR".
> The meaning is "UTP Task Management Request List CLear Register"
> 
> 

Applied to 6.1/scsi-fixes, thanks!

[1/1] scsi: ufs: core: Fix typo for register name in comments
      https://git.kernel.org/mkp/scsi/c/4652b58fe3bb

-- 
Martin K. Petersen	Oracle Linux Engineering
Re: [PATCH] scsi: ufs: core: Fix typo for register name in comments
Posted by Bart Van Assche 3 years, 5 months ago
On 10/17/22 02:58, Keoseong Park wrote:
> Change "UTRMLCLR" to "UTMRLCLR".
> The meaning is "UTP Task Management Request List CLear Register"

Reviewed-by: Bart Van Assche <bvanassche@acm.org>