Skip to content

Commit c729385

Browse files
rddunlaptiwai
authored andcommitted
ALSA: isa: delete repeated words in comments
Drop duplicated words in sound/isa/. {be, bit} Signed-off-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent ed4d0a4 commit c729385

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sound/isa/cs423x/cs4236_lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* D7: consumer serial port enable (CS4237B,CS4238B)
4040
* D6: channels status block reset (CS4237B,CS4238B)
4141
* D5: user bit in sub-frame of digital audio data (CS4237B,CS4238B)
42-
* D4: validity bit bit in sub-frame of digital audio data (CS4237B,CS4238B)
42+
* D4: validity bit in sub-frame of digital audio data (CS4237B,CS4238B)
4343
*
4444
* C5 lower channel status (digital serial data description) (CS4237B,CS4238B)
4545
* D7-D6: first two bits of category code

sound/isa/es18xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ static int snd_es18xx_info_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_ele
955955
case 0x1887:
956956
case 0x1888:
957957
return snd_ctl_enum_info(uinfo, 1, 5, texts5Source);
958-
case 0x1869: /* DS somewhat contradictory for 1869: could be be 5 or 8 */
958+
case 0x1869: /* DS somewhat contradictory for 1869: could be 5 or 8 */
959959
case 0x1879:
960960
return snd_ctl_enum_info(uinfo, 1, 8, texts8Source);
961961
default:

0 commit comments

Comments
 (0)