All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wei Li <liwei391@huawei.com>
To: Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>
Cc: <patches@opensource.cirrus.com>, <alsa-devel@alsa-project.org>,
	<linux-kernel@vger.kernel.org>, <huawei.libin@huawei.com>
Subject: [PATCH] ASoC: Correct the header guard of wm8904.h
Date: Tue, 8 Nov 2022 19:25:47 +0800	[thread overview]
Message-ID: <20221108112547.3913293-1-liwei391@huawei.com> (raw)

Rename the header guard of wm8904.h from __MFD_WM8994_PDATA_H__ to
__WM8904_PDATA_H__ what corresponding with the file name.

Fixes: a91eb199e4dc ("ASoC: Initial WM8904 CODEC driver")
Signed-off-by: Wei Li <liwei391@huawei.com>
---
 include/sound/wm8904.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/sound/wm8904.h b/include/sound/wm8904.h
index 88ac1870510e..f74293a83a17 100644
--- a/include/sound/wm8904.h
+++ b/include/sound/wm8904.h
@@ -7,8 +7,8 @@
  * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
  */
 
-#ifndef __MFD_WM8994_PDATA_H__
-#define __MFD_WM8994_PDATA_H__
+#ifndef __WM8904_PDATA_H__
+#define __WM8904_PDATA_H__
 
 /* Used to enable configuration of a GPIO to all zeros */
 #define WM8904_GPIO_NO_CONFIG 0x8000
-- 
2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: Wei Li <liwei391@huawei.com>
To: Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>
Cc: patches@opensource.cirrus.com, alsa-devel@alsa-project.org,
	linux-kernel@vger.kernel.org, huawei.libin@huawei.com
Subject: [PATCH] ASoC: Correct the header guard of wm8904.h
Date: Tue, 8 Nov 2022 19:25:47 +0800	[thread overview]
Message-ID: <20221108112547.3913293-1-liwei391@huawei.com> (raw)

Rename the header guard of wm8904.h from __MFD_WM8994_PDATA_H__ to
__WM8904_PDATA_H__ what corresponding with the file name.

Fixes: a91eb199e4dc ("ASoC: Initial WM8904 CODEC driver")
Signed-off-by: Wei Li <liwei391@huawei.com>
---
 include/sound/wm8904.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/sound/wm8904.h b/include/sound/wm8904.h
index 88ac1870510e..f74293a83a17 100644
--- a/include/sound/wm8904.h
+++ b/include/sound/wm8904.h
@@ -7,8 +7,8 @@
  * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
  */
 
-#ifndef __MFD_WM8994_PDATA_H__
-#define __MFD_WM8994_PDATA_H__
+#ifndef __WM8904_PDATA_H__
+#define __WM8904_PDATA_H__
 
 /* Used to enable configuration of a GPIO to all zeros */
 #define WM8904_GPIO_NO_CONFIG 0x8000
-- 
2.25.1


             reply	other threads:[~2022-11-08 11:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-08 11:25 Wei Li [this message]
2022-11-08 11:25 ` [PATCH] ASoC: Correct the header guard of wm8904.h Wei Li

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=20221108112547.3913293-1-liwei391@huawei.com \
    --to=liwei391@huawei.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=huawei.libin@huawei.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=patches@opensource.cirrus.com \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.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.