Re: Applied "ASoC: Intel: Fix some acpi vs apci typo in somme comments" to the asoc tree

From: Joe Perches
Date: Thu Jul 25 2019 - 14:06:45 EST


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...