projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffcd28d
)
ALSA: hda - Fix typo in hda_controller.c
author
Masanari Iida
<standby24x7@gmail.com>
Thu, 15 Jan 2015 10:22:19 +0000
(19:22 +0900)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 15 Jan 2015 11:04:21 +0000
(12:04 +0100)
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>
sound/pci/hda/hda_controller.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/hda_controller.c
b/sound/pci/hda/hda_controller.c
index 0cfc9c8c4b4e811ac6f0b6bbeb0d24377c95232d..657b604e1a2b3f0ec848950ca55337e4de879ac6 100644
(file)
--- 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 func
it
ons");
+MODULE_DESCRIPTION("Common HDA driver func
ti
ons");