From: Randy Dunlap Date: Mon, 5 Oct 2020 19:12:23 +0000 (-0700) Subject: ALSA: portman2x4: fix repeated word 'if' X-Git-Tag: v5.10.7~1331^2~9^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86b9c4cdd76fcfc98c5967f63b4ca09620e67968;p=platform%2Fkernel%2Flinux-rpi.git ALSA: portman2x4: fix repeated word 'if' Correct duplicated word "if" to "if it". Signed-off-by: Randy Dunlap Cc: Jaroslav Kysela Cc: Takashi Iwai Cc: alsa-devel@alsa-project.org Link: https://lore.kernel.org/r/20201005191223.21514-1-rdunlap@infradead.org Signed-off-by: Takashi Iwai --- diff --git a/sound/drivers/portman2x4.c b/sound/drivers/portman2x4.c index 38603cb..c876cf9 100644 --- a/sound/drivers/portman2x4.c +++ b/sound/drivers/portman2x4.c @@ -467,7 +467,7 @@ static int portman_probe(struct parport *p) 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. */