Gitweb: http://git.kernel.org/linus/b7a5633ab39105b47b341249824f9387a002cea9
Commit: b7a5633ab39105b47b341249824f9387a002cea9
Parent: ab5097b11f6fcb587b65cd08bd7241661ade77db
Author: Justin P. Mattock <justinmattock@gmail.com>
AuthorDate: Thu Mar 18 19:26:13 2010 -0700
Committer: Jiri Kosina <jkosina@suse.cz>
CommitDate: Fri Mar 19 11:00:58 2010 +0100
fix comment typo in sound/pci/hda/hda_local.h
I think this should be automatic pin instead of ping.
(but could be wrong).
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---
sound/pci/hda/hda_local.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h
index 7cee364..7a97f12 100644
--- a/sound/pci/hda/hda_local.h
+++ b/sound/pci/hda/hda_local.h
@@ -361,7 +361,7 @@ struct hda_bus_unsolicited {
};
/*
- * Helper for automatic ping configuration
+ * Helper for automatic pin configuration
*/
enum {
--