diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-01-15 05:22:19 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-15 06:04:21 -0500 |
commit | 70462457ff80c214d87135380d2dffe646867e71 (patch) | |
tree | cc1ee6e34f66871df942e7935382cd4a30e1937a | |
parent | ffcd28d88e4f3bdb2c300e4a13e973cd2070968e (diff) |
ALSA: hda - Fix typo in hda_controller.c
This patch fix spelling typo in hda_controller.c.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/hda_controller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_controller.c b/sound/pci/hda/hda_controller.c index 0cfc9c8c4b4e..657b604e1a2b 100644 --- a/sound/pci/hda/hda_controller.c +++ b/sound/pci/hda/hda_controller.c | |||
@@ -1993,4 +1993,4 @@ void azx_notifier_unregister(struct azx *chip) | |||
1993 | EXPORT_SYMBOL_GPL(azx_notifier_unregister); | 1993 | EXPORT_SYMBOL_GPL(azx_notifier_unregister); |
1994 | 1994 | ||
1995 | MODULE_LICENSE("GPL"); | 1995 | MODULE_LICENSE("GPL"); |
1996 | MODULE_DESCRIPTION("Common HDA driver funcitons"); | 1996 | MODULE_DESCRIPTION("Common HDA driver functions"); |