alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sound: drivers: portman2x4: fix repeated word 'if'
@ 2020-10-05 19:12 Randy Dunlap
  2020-10-06 16:08 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-10-05 19:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: alsa-devel, Randy Dunlap, Takashi Iwai

Correct duplicated word "if" to "if it".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: alsa-devel@alsa-project.org
---
 sound/drivers/portman2x4.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-59-rc8.orig/sound/drivers/portman2x4.c
+++ lnx-59-rc8/sound/drivers/portman2x4.c
@@ -467,7 +467,7 @@ static int portman_probe(struct parport
 	parport_write_control(p, 0);	/* Reset Strobe=0. */
 
 	/* Check if Tx circuitry is functioning properly.  If initialized 
-	 * unit TxEmpty is false, send out char and see if if goes true.
+	 * unit TxEmpty is false, send out char and see if it goes true.
 	 */
 	/* 8 */
 	parport_write_control(p, TXDATA0);	/* Tx channel 0, strobe off. */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sound: drivers: portman2x4: fix repeated word 'if'
  2020-10-05 19:12 [PATCH] sound: drivers: portman2x4: fix repeated word 'if' Randy Dunlap
@ 2020-10-06 16:08 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2020-10-06 16:08 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: alsa-devel, Takashi Iwai, linux-kernel

On Mon, 05 Oct 2020 21:12:23 +0200,
Randy Dunlap wrote:
> 
> Correct duplicated word "if" to "if it".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jaroslav Kysela <perex@perex.cz>
> Cc: Takashi Iwai <tiwai@suse.com>
> Cc: alsa-devel@alsa-project.org

Thanks, applied.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-06 16:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-05 19:12 [PATCH] sound: drivers: portman2x4: fix repeated word 'if' Randy Dunlap
2020-10-06 16:08 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).