diff options
author | Randy Dunlap | 2020-08-05 19:19:26 -0700 |
---|---|---|
committer | Takashi Iwai | 2020-08-06 09:30:02 +0200 |
commit | c7fabbc51352f50cc58242a6dc3b9c1a3599849b (patch) | |
tree | 05629c991f36d858927abdf4e812bcfa0af9a6b5 /sound/pci/hda/hda_codec.c | |
parent | c7293858131c3f52d6a18321553c4650bf57462a (diff) |
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/hda_codec.c')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index a4eefcc0fe9e..e96a87f1b611 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -3428,7 +3428,7 @@ EXPORT_SYMBOL_GPL(snd_hda_set_power_save); * @nid: NID to check / update * * Check whether the given NID is in the amp list. If it's in the list, - * check the current AMP status, and update the the power-status according + * check the current AMP status, and update the power-status according * to the mute status. * * This function is supposed to be set or called from the check_power_status |