diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-10-05 12:12:23 -0700 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-10-06 18:08:19 +0200 |
commit | 86b9c4cdd76fcfc98c5967f63b4ca09620e67968 (patch) | |
tree | 8dd86ace7338eb19e2fb384fb1321b28234a88e0 /sound/drivers | |
parent | 716a0c2881938d222bde67d7edf630ea0648b8f7 (diff) | |
download | linux-86b9c4cdd76fcfc98c5967f63b4ca09620e67968.tar.gz linux-86b9c4cdd76fcfc98c5967f63b4ca09620e67968.tar.bz2 linux-86b9c4cdd76fcfc98c5967f63b4ca09620e67968.zip |
ALSA: portman2x4: fix repeated word 'if'
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
Link: https://lore.kernel.org/r/20201005191223.21514-1-rdunlap@infradead.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/drivers')
-rw-r--r-- | sound/drivers/portman2x4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/drivers/portman2x4.c b/sound/drivers/portman2x4.c index 38603cb2bd5b..c876cf9b5005 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. */ |