[alsa-devel] [PATCH] hda: comment typo fix
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) {
At Tue, 7 Oct 2008 14:17:53 +0800, Wu Fengguang wrote:
fix a typo in comment for process_unsol_events().
Signed-off-by: Wu Fengguangwfg@linux.intel.com
Thanks, applied both typo-fix patches now. At the next time, please make a single patch containing such one-liner typo fixes. No reason to split them out.
Takashi
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) {
On Tue, Oct 07, 2008 at 10:06:32AM +0200, Takashi Iwai wrote:
At Tue, 7 Oct 2008 14:17:53 +0800, Wu Fengguang wrote:
fix a typo in comment for process_unsol_events().
Signed-off-by: Wu Fengguangwfg@linux.intel.com
Thanks, applied both typo-fix patches now. At the next time, please make a single patch containing such one-liner typo fixes. No reason to split them out.
OK, sure ;-)
Thanks, Fengguang
participants (2)
-
Takashi Iwai
-
Wu Fengguang