ALSA: sound/ali5451: typo: s/resouces/resources/

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, March 26, 2009 - 12:05 pm

Gitweb:     http://git.kernel.org/linus/c468ac29e63b9927275a94379d00b367f0f97c43
Commit:     c468ac29e63b9927275a94379d00b367f0f97c43
Parent:     90f349d96e1dc05b1f7916958282c30760eeacd6
Author:     Wolfram Sang <w.sang@pengutronix.de>
AuthorDate: Fri Mar 20 10:08:11 2009 +0100
Committer:  Takashi Iwai <tiwai@suse.de>
CommitDate: Fri Mar 20 12:47:50 2009 +0100

    ALSA: sound/ali5451: typo: s/resouces/resources/
    
    Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 sound/pci/ali5451/ali5451.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/pci/ali5451/ali5451.c b/sound/pci/ali5451/ali5451.c
index 1a0fd65..9069c78 100644
--- a/sound/pci/ali5451/ali5451.c
+++ b/sound/pci/ali5451/ali5451.c
@@ -2142,7 +2142,7 @@ static int __devinit snd_ali_resources(struct snd_ali *codec)
 {
 	int err;
 
-	snd_ali_printk("resouces allocation ...\n");
+	snd_ali_printk("resources allocation ...\n");
 	err = pci_request_regions(codec->pci, "ALI 5451");
 	if (err < 0)
 		return err;
@@ -2154,7 +2154,7 @@ static int __devinit snd_ali_resources(struct snd_ali *codec)
 		return -EBUSY;
 	}
 	codec->irq = codec->pci->irq;
-	snd_ali_printk("resouces allocated.\n");
+	snd_ali_printk("resources allocated.\n");
 	return 0;
 }
 static int snd_ali_dev_free(struct snd_device *device)
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ALSA: sound/ali5451: typo: s/resouces/resources/, Linux Kernel Mailing ..., (Thu Mar 26, 12:05 pm)