scsi: ufs: core: Remove repeated word in comment
Remove repeated word "for" in comment. Link: https://lore.kernel.org/r/1891546521.01622777101796.JavaMail.epsvc@epcpadp3 Signed-off-by: Keoseong Park <keosung.park@samsung.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
7b8a49881b
commit
3242490233
|
@ -2827,7 +2827,7 @@ ufshcd_clear_cmd(struct ufs_hba *hba, int tag)
|
|||
spin_unlock_irqrestore(hba->host->host_lock, flags);
|
||||
|
||||
/*
|
||||
* wait for for h/w to clear corresponding bit in door-bell.
|
||||
* wait for h/w to clear corresponding bit in door-bell.
|
||||
* max. wait is 1 sec.
|
||||
*/
|
||||
err = ufshcd_wait_for_register(hba,
|
||||
|
|
Loading…
Reference in New Issue