From: Masanari Iida Date: Thu, 15 Jan 2015 10:22:19 +0000 (+0900) Subject: ALSA: hda - Fix typo in hda_controller.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=70462457ff80c214d87135380d2dffe646867e71;p=linux-beck.git ALSA: hda - Fix typo in hda_controller.c This patch fix spelling typo in hda_controller.c. Signed-off-by: Masanari Iida Signed-off-by: Takashi Iwai --- 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");