diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-06 05:19:26 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-08-06 10:30:02 +0300 |
commit | c7fabbc51352f50cc58242a6dc3b9c1a3599849b (patch) | |
tree | 05629c991f36d858927abdf4e812bcfa0af9a6b5 /sound/pci/hda/patch_sigmatel.c | |
parent | c7293858131c3f52d6a18321553c4650bf57462a (diff) | |
download | linux-c7fabbc51352f50cc58242a6dc3b9c1a3599849b.tar.xz |
ALSA: pci: delete repeated words in comments
Drop duplicated words in sound/pci/.
{and, the, at}
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20200806021926.32418-1-rdunlap@infradead.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 7f5ed5805d3b..c662431bf13a 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -838,7 +838,7 @@ static int stac_auto_create_beep_ctls(struct hda_codec *codec, static const struct snd_kcontrol_new beep_vol_ctl = HDA_CODEC_VOLUME(NULL, 0, 0, 0); - /* check for mute support for the the amp */ + /* check for mute support for the amp */ if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) { const struct snd_kcontrol_new *temp; if (spec->anabeep_nid == nid) |