Skip to content

Commit

Permalink
ALSA: AC97: Fix function name type in comment s/updat/update/
Browse files Browse the repository at this point in the history
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Takashi Iwai committed Jan 29, 2009
1 parent 328cc6d commit b833b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/ac97/ac97_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ int snd_ac97_update_bits(struct snd_ac97 *ac97, unsigned short reg, unsigned sho

EXPORT_SYMBOL(snd_ac97_update_bits);

/* no lock version - see snd_ac97_updat_bits() */
/* no lock version - see snd_ac97_update_bits() */
int snd_ac97_update_bits_nolock(struct snd_ac97 *ac97, unsigned short reg,
unsigned short mask, unsigned short value)
{
Expand Down

0 comments on commit b833b5e

Please sign in to comment.