diff options
author | Wu Fengguang <wfg@linux.intel.com> | 2008-10-07 14:17:53 +0800 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-10-10 13:41:50 +0200 |
commit | 5c1d1a98c5e20ba517369d15995464a10add9132 (patch) | |
tree | 22397aa87386ec6b73c19abd9f583f09ab4e5be2 /sound/pci/hda | |
parent | 238713d4891468f7942f7670d22ab44af0943a4b (diff) | |
download | kernel_samsung_espresso10-5c1d1a98c5e20ba517369d15995464a10add9132.zip kernel_samsung_espresso10-5c1d1a98c5e20ba517369d15995464a10add9132.tar.gz kernel_samsung_espresso10-5c1d1a98c5e20ba517369d15995464a10add9132.tar.bz2 |
ALSA: hda: comment typo fix
fix a typo in comment for process_unsol_events().
Signed-off-by: Wu Fengguang<wfg@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda')
-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 fdb6d55..1c0b33b 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -317,7 +317,7 @@ int snd_hda_queue_unsol_event(struct hda_bus *bus, u32 res, u32 res_ex) } /* - * process queueud unsolicited events + * process queued unsolicited events */ static void process_unsol_events(struct work_struct *work) { |