25 Jul
2019
25 Jul
'19
3:44 p.m.
On Thu, 2019-07-25 at 14:19 +0100, Mark Brown wrote:
The patch
ASoC: Intel: Fix some acpi vs apci typo in somme comments
[]
diff --git a/sound/soc/intel/common/soc-acpi-intel-bxt-match.c b/sound/soc/intel/common/soc-acpi-intel-bxt-match.c
[]
@@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /*
- soc-apci-intel-bxt-match.c - tables and support for BXT ACPI enumeration.
- soc-acpi-intel-bxt-match.c - tables and support for BXT ACPI enumeration.
Generally, using the current filename in a comment has little value.
This might as well be
* tables and support for BXT ACPI enumeration
etc...