Message ID | 1891546521.01622777101796.JavaMail.epsvc@epcpadp3 |
---|---|
State | New |
Headers | show |
Series | scsi: ufs: Remove repeated word | expand |
Keoseong,
> Remove repeated word "for" in comments.
Applied to 5.14/scsi-staging, thanks!
--
Martin K. Petersen Oracle Linux Engineering
On Fri, 04 Jun 2021 11:40:38 +0900, Keoseong Park wrote:
> Remove repeated word "for" in comments.
Applied to 5.14/scsi-queue, thanks!
[1/1] scsi: ufs: Remove repeated word
https://git.kernel.org/mkp/scsi/c/32424902331b
--
Martin K. Petersen Oracle Linux Engineering
diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/ufshcd.c index af527e77fe66..aca475b5e27a 100644 --- a/drivers/scsi/ufs/ufshcd.c +++ b/drivers/scsi/ufs/ufshcd.c @@ -2809,7 +2809,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,
Remove repeated word "for" in comments. Signed-off-by: Keoseong Park <keosung.park@samsung.com> --- drivers/scsi/ufs/ufshcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)