From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
liam.r.girdwood@linux.intel.com, yang.jie@linux.intel.com,
broonie@kernel.org, perex@perex.cz, tiwai@suse.com
Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] ASoC: Intel: Fix some acpi vs apci typo in somme comments
Date: Thu, 25 Jul 2019 08:07:14 -0500 [thread overview]
Message-ID: <bf0899e7-42ff-b2e9-6f51-decc0b0de3ff@linux.intel.com> (raw)
In-Reply-To: <20190725053523.16542-1-christophe.jaillet@wanadoo.fr>
On 7/25/19 12:35 AM, Christophe JAILLET wrote:
> 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>
yes, thanks for the corrections.
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
> ---
> sound/soc/intel/common/soc-acpi-intel-bxt-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-byt-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-cht-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-cnl-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-glk-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-hda-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-icl-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-kbl-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-skl-match.c | 2 +-
> 10 files changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/sound/soc/intel/common/soc-acpi-intel-bxt-match.c b/sound/soc/intel/common/soc-acpi-intel-bxt-match.c
> index 229e39586868..4a5adae1d785 100644
> --- 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.
> *
> * Copyright (c) 2018, Intel Corporation.
> *
> diff --git a/sound/soc/intel/common/soc-acpi-intel-byt-match.c b/sound/soc/intel/common/soc-acpi-intel-byt-match.c
> index b94b482ac34f..1cc801ba92eb 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-byt-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-byt-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0-only
> /*
> - * soc-apci-intel-byt-match.c - tables and support for BYT ACPI enumeration.
> + * soc-acpi-intel-byt-match.c - tables and support for BYT ACPI enumeration.
> *
> * Copyright (c) 2017, Intel Corporation.
> */
> diff --git a/sound/soc/intel/common/soc-acpi-intel-cht-match.c b/sound/soc/intel/common/soc-acpi-intel-cht-match.c
> index b7f11f6be1cf..d0fb43c2b9f6 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-cht-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-cht-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0-only
> /*
> - * soc-apci-intel-cht-match.c - tables and support for CHT ACPI enumeration.
> + * soc-acpi-intel-cht-match.c - tables and support for CHT ACPI enumeration.
> *
> * Copyright (c) 2017, Intel Corporation.
> */
> diff --git a/sound/soc/intel/common/soc-acpi-intel-cnl-match.c b/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
> index c36c0aa4f683..771b0ef21051 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> - * soc-apci-intel-cnl-match.c - tables and support for CNL ACPI enumeration.
> + * soc-acpi-intel-cnl-match.c - tables and support for CNL ACPI enumeration.
> *
> * Copyright (c) 2018, Intel Corporation.
> *
> diff --git a/sound/soc/intel/common/soc-acpi-intel-glk-match.c b/sound/soc/intel/common/soc-acpi-intel-glk-match.c
> index 616eb09e78a0..60dea358fa04 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-glk-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-glk-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> - * soc-apci-intel-glk-match.c - tables and support for GLK ACPI enumeration.
> + * soc-acpi-intel-glk-match.c - tables and support for GLK ACPI enumeration.
> *
> * Copyright (c) 2018, Intel Corporation.
> *
> 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.
> *
> */
>
> diff --git a/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c b/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c
> index d27853e7a369..34eb0baaa951 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0-only
> /*
> - * soc-apci-intel-hsw-bdw-match.c - tables and support for ACPI enumeration.
> + * soc-acpi-intel-hsw-bdw-match.c - tables and support for ACPI enumeration.
> *
> * Copyright (c) 2017, Intel Corporation.
> */
> diff --git a/sound/soc/intel/common/soc-acpi-intel-icl-match.c b/sound/soc/intel/common/soc-acpi-intel-icl-match.c
> index 0b430b9b3673..38977669b576 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-icl-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-icl-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> - * soc-apci-intel-icl-match.c - tables and support for ICL ACPI enumeration.
> + * soc-acpi-intel-icl-match.c - tables and support for ICL ACPI enumeration.
> *
> * Copyright (c) 2018, Intel Corporation.
> *
> diff --git a/sound/soc/intel/common/soc-acpi-intel-kbl-match.c b/sound/soc/intel/common/soc-acpi-intel-kbl-match.c
> index 4b331058e807..e200baa11011 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-kbl-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-kbl-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> - * soc-apci-intel-kbl-match.c - tables and support for KBL ACPI enumeration.
> + * soc-acpi-intel-kbl-match.c - tables and support for KBL ACPI enumeration.
> *
> * Copyright (c) 2018, Intel Corporation.
> *
> diff --git a/sound/soc/intel/common/soc-acpi-intel-skl-match.c b/sound/soc/intel/common/soc-acpi-intel-skl-match.c
> index 0c9c0edd35b3..42fa40a8d932 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-skl-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-skl-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> - * soc-apci-intel-skl-match.c - tables and support for SKL ACPI enumeration.
> + * soc-acpi-intel-skl-match.c - tables and support for SKL ACPI enumeration.
> *
> * Copyright (c) 2018, Intel Corporation.
> *
>
WARNING: multiple messages have this Message-ID (diff)
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
liam.r.girdwood@linux.intel.com, yang.jie@linux.intel.com,
broonie@kernel.org, perex@perex.cz, tiwai@suse.com
Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] ASoC: Intel: Fix some acpi vs apci typo in somme comments
Date: Thu, 25 Jul 2019 13:07:14 +0000 [thread overview]
Message-ID: <bf0899e7-42ff-b2e9-6f51-decc0b0de3ff@linux.intel.com> (raw)
In-Reply-To: <20190725053523.16542-1-christophe.jaillet@wanadoo.fr>
On 7/25/19 12:35 AM, Christophe JAILLET wrote:
> 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>
yes, thanks for the corrections.
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
> ---
> sound/soc/intel/common/soc-acpi-intel-bxt-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-byt-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-cht-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-cnl-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-glk-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-hda-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-icl-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-kbl-match.c | 2 +-
> sound/soc/intel/common/soc-acpi-intel-skl-match.c | 2 +-
> 10 files changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/sound/soc/intel/common/soc-acpi-intel-bxt-match.c b/sound/soc/intel/common/soc-acpi-intel-bxt-match.c
> index 229e39586868..4a5adae1d785 100644
> --- 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.
> *
> * Copyright (c) 2018, Intel Corporation.
> *
> diff --git a/sound/soc/intel/common/soc-acpi-intel-byt-match.c b/sound/soc/intel/common/soc-acpi-intel-byt-match.c
> index b94b482ac34f..1cc801ba92eb 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-byt-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-byt-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0-only
> /*
> - * soc-apci-intel-byt-match.c - tables and support for BYT ACPI enumeration.
> + * soc-acpi-intel-byt-match.c - tables and support for BYT ACPI enumeration.
> *
> * Copyright (c) 2017, Intel Corporation.
> */
> diff --git a/sound/soc/intel/common/soc-acpi-intel-cht-match.c b/sound/soc/intel/common/soc-acpi-intel-cht-match.c
> index b7f11f6be1cf..d0fb43c2b9f6 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-cht-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-cht-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0-only
> /*
> - * soc-apci-intel-cht-match.c - tables and support for CHT ACPI enumeration.
> + * soc-acpi-intel-cht-match.c - tables and support for CHT ACPI enumeration.
> *
> * Copyright (c) 2017, Intel Corporation.
> */
> diff --git a/sound/soc/intel/common/soc-acpi-intel-cnl-match.c b/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
> index c36c0aa4f683..771b0ef21051 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> - * soc-apci-intel-cnl-match.c - tables and support for CNL ACPI enumeration.
> + * soc-acpi-intel-cnl-match.c - tables and support for CNL ACPI enumeration.
> *
> * Copyright (c) 2018, Intel Corporation.
> *
> diff --git a/sound/soc/intel/common/soc-acpi-intel-glk-match.c b/sound/soc/intel/common/soc-acpi-intel-glk-match.c
> index 616eb09e78a0..60dea358fa04 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-glk-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-glk-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> - * soc-apci-intel-glk-match.c - tables and support for GLK ACPI enumeration.
> + * soc-acpi-intel-glk-match.c - tables and support for GLK ACPI enumeration.
> *
> * Copyright (c) 2018, Intel Corporation.
> *
> 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.
> *
> */
>
> diff --git a/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c b/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c
> index d27853e7a369..34eb0baaa951 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0-only
> /*
> - * soc-apci-intel-hsw-bdw-match.c - tables and support for ACPI enumeration.
> + * soc-acpi-intel-hsw-bdw-match.c - tables and support for ACPI enumeration.
> *
> * Copyright (c) 2017, Intel Corporation.
> */
> diff --git a/sound/soc/intel/common/soc-acpi-intel-icl-match.c b/sound/soc/intel/common/soc-acpi-intel-icl-match.c
> index 0b430b9b3673..38977669b576 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-icl-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-icl-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> - * soc-apci-intel-icl-match.c - tables and support for ICL ACPI enumeration.
> + * soc-acpi-intel-icl-match.c - tables and support for ICL ACPI enumeration.
> *
> * Copyright (c) 2018, Intel Corporation.
> *
> diff --git a/sound/soc/intel/common/soc-acpi-intel-kbl-match.c b/sound/soc/intel/common/soc-acpi-intel-kbl-match.c
> index 4b331058e807..e200baa11011 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-kbl-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-kbl-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> - * soc-apci-intel-kbl-match.c - tables and support for KBL ACPI enumeration.
> + * soc-acpi-intel-kbl-match.c - tables and support for KBL ACPI enumeration.
> *
> * Copyright (c) 2018, Intel Corporation.
> *
> diff --git a/sound/soc/intel/common/soc-acpi-intel-skl-match.c b/sound/soc/intel/common/soc-acpi-intel-skl-match.c
> index 0c9c0edd35b3..42fa40a8d932 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-skl-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-skl-match.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> - * soc-apci-intel-skl-match.c - tables and support for SKL ACPI enumeration.
> + * soc-acpi-intel-skl-match.c - tables and support for SKL ACPI enumeration.
> *
> * Copyright (c) 2018, Intel Corporation.
> *
>
next prev parent reply other threads:[~2019-07-25 13:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-25 5:35 [PATCH] ASoC: Intel: Fix some acpi vs apci typo in somme comments Christophe JAILLET
2019-07-25 5:35 ` Christophe JAILLET
2019-07-25 13:07 ` Pierre-Louis Bossart [this message]
2019-07-25 13:07 ` Pierre-Louis Bossart
2019-07-25 13:19 ` Applied "ASoC: Intel: Fix some acpi vs apci typo in somme comments" to the asoc tree Mark Brown
2019-07-25 13:19 ` Mark Brown
2019-07-25 13:19 ` Mark Brown
2019-07-25 13:44 ` Joe Perches
2019-07-25 13:44 ` Joe Perches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bf0899e7-42ff-b2e9-6f51-decc0b0de3ff@linux.intel.com \
--to=pierre-louis.bossart@linux.intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=christophe.jaillet@wanadoo.fr \
--cc=kernel-janitors@vger.kernel.org \
--cc=liam.r.girdwood@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
--cc=yang.jie@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.