7 Oct
2008
7 Oct
'08
8:17 a.m.
fix a typo in comment for process_unsol_events().
Signed-off-by: Wu Fengguangwfg@linux.intel.com ---
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index c742e10..7717a92 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -314,7 +314,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) {