Skip to content

Commit 86b9c4c

Browse files
rddunlaptiwai
authored andcommitted
ALSA: portman2x4: fix repeated word 'if'
Correct duplicated word "if" to "if it". Signed-off-by: Randy Dunlap <[email protected]> Cc: Jaroslav Kysela <[email protected]> Cc: Takashi Iwai <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 716a0c2 commit 86b9c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/drivers/portman2x4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ static int portman_probe(struct parport *p)
467467
parport_write_control(p, 0); /* Reset Strobe=0. */
468468

469469
/* Check if Tx circuitry is functioning properly. If initialized
470-
* unit TxEmpty is false, send out char and see if if goes true.
470+
* unit TxEmpty is false, send out char and see if it goes true.
471471
*/
472472
/* 8 */
473473
parport_write_control(p, TXDATA0); /* Tx channel 0, strobe off. */

0 commit comments

Comments
 (0)