diff options
author | Wu Fengguang <wfg@linux.intel.com> | 2008-10-07 02:17:53 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-10-10 07:41:50 -0400 |
commit | 5c1d1a98c5e20ba517369d15995464a10add9132 (patch) | |
tree | 22397aa87386ec6b73c19abd9f583f09ab4e5be2 /sound/pci | |
parent | 238713d4891468f7942f7670d22ab44af0943a4b (diff) |
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')
-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 fdb6d559f5dd..1c0b33b6ce13 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) | |||
317 | } | 317 | } |
318 | 318 | ||
319 | /* | 319 | /* |
320 | * process queueud unsolicited events | 320 | * process queued unsolicited events |
321 | */ | 321 | */ |
322 | static void process_unsol_events(struct work_struct *work) | 322 | static void process_unsol_events(struct work_struct *work) |
323 | { | 323 | { |