diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2019-07-25 08:35:23 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-07-26 15:09:30 +0300 |
commit | e51b69808b7ec06fc61f5a332f338d94b64b0537 (patch) | |
tree | 56b2af34700d288d9195ea8f0aa56d845ded2e90 /sound/soc/intel/common/soc-acpi-intel-hda-match.c | |
parent | 34a2a80ff30b5d2330abfa8980c7f0cc15a8158a (diff) | |
download | linux-e51b69808b7ec06fc61f5a332f338d94b64b0537.tar.xz |
ASoC: Intel: Fix some acpi vs apci typo in somme comments
Fix some typo to have the filaname given in a comment match the real name
of the file.
Some 'acpi' have erroneously been written 'apci'
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20190725053523.16542-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common/soc-acpi-intel-hda-match.c')
-rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-hda-match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-hda-match.c b/sound/soc/intel/common/soc-acpi-intel-hda-match.c index 68ae43f7b4b2..cc972d2ac691 100644 --- a/sound/soc/intel/common/soc-acpi-intel-hda-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-hda-match.c @@ -2,7 +2,7 @@ // Copyright (c) 2018, Intel Corporation. /* - * soc-apci-intel-hda-match.c - tables and support for HDA+ACPI enumeration. + * soc-acpi-intel-hda-match.c - tables and support for HDA+ACPI enumeration. * */ |