diff mbox series

sound: drivers: portman2x4: fix repeated word 'if'

Message ID 20201005191223.21514-1-rdunlap@infradead.org
State New
Headers show
Series sound: drivers: portman2x4: fix repeated word 'if' | expand

Commit Message

Randy Dunlap Oct. 5, 2020, 7:12 p.m. UTC
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(-)

Comments

Takashi Iwai Oct. 6, 2020, 4:08 p.m. UTC | #1
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
diff mbox series

Patch

--- 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. */