diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-01-15 19:22:19 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-15 12:04:21 +0100 |
commit | 70462457ff80c214d87135380d2dffe646867e71 (patch) | |
tree | cc1ee6e34f66871df942e7935382cd4a30e1937a /sound | |
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>
Diffstat (limited to 'sound')
-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) EXPORT_SYMBOL_GPL(azx_notifier_unregister); MODULE_LICENSE("GPL"); -MODULE_DESCRIPTION("Common HDA driver funcitons"); +MODULE_DESCRIPTION("Common HDA driver functions"); |