All of lore.kernel.org
 help / color / mirror / Atom feed
From: wangweidong.a@awinic.com
To: lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz,
	tiwai@suse.com, krzysztof.kozlowski@linaro.org,
	rf@opensource.cirrus.com, pierre-louis.bossart@linux.intel.com,
	ckeepax@opensource.cirrus.com, shumingf@realtek.com,
	herve.codina@bootlin.com, james.schulman@cirrus.com,
	doug@schmorgal.com, yang.lee@linux.alibaba.com, trix@redhat.com,
	colin.i.king@gmail.com, alsa-devel@alsa-project.org,
	linux-kernel@vger.kernel.org
Cc: wangweidong.a@awinic.com, liweilei@awinic.com,
	zhaolei@awinic.com, yijiangtao@awinic.com
Subject: [PATCH 2/3][next] ASoC: codecs: Modify the log print statement
Date: Mon, 13 Feb 2023 17:36:48 +0800	[thread overview]
Message-ID: <20230213093649.22928-3-wangweidong.a@awinic.com> (raw)
In-Reply-To: <20230213093649.22928-1-wangweidong.a@awinic.com>

From: Weidong Wang <wangweidong.a@awinic.com>

Change hdrlen to hdr_len

Signed-off-by: Ben Yi <yijiangtao@awinic.com>
Signed-off-by: Weidong Wang <wangweidong.a@awinic.com>
---
 sound/soc/codecs/aw88395/aw88395_lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/aw88395/aw88395_lib.c b/sound/soc/codecs/aw88395/aw88395_lib.c
index d7c31a202adc..05bcf49da857 100644
--- a/sound/soc/codecs/aw88395/aw88395_lib.c
+++ b/sound/soc/codecs/aw88395/aw88395_lib.c
@@ -932,7 +932,7 @@ static int aw_dev_check_cfg_by_hdr(struct aw_device *aw_dev, struct aw_container
 
 	hdr_ddt_len = cfg_hdr->hdr_offset + cfg_hdr->ddt_size;
 	if (hdr_ddt_len > aw_cfg->len) {
-		dev_err(aw_dev->dev, "hdrlen with ddt_len [%d] overflow file size[%d]",
+		dev_err(aw_dev->dev, "hdr_len with ddt_len [%d] overflow file size[%d]",
 		cfg_hdr->hdr_offset, aw_cfg->len);
 		return -EINVAL;
 	}
-- 
2.39.1


  parent reply	other threads:[~2023-02-13  9:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-13  9:36 [PATCH 0/3][next] ASoC: codecs: Modify error implicit declaration of function and misspelling wangweidong.a
2023-02-13  9:36 ` [PATCH 1/3][next] ASoC: codecs: Fixed a spelling error in the function name wangweidong.a
2023-02-13  9:36 ` wangweidong.a [this message]
2023-02-13  9:36 ` [PATCH 3/3][next] ASoC: codecs: Modify error implicit declaration of function 'gpiod_set_value_cansleep' wangweidong.a
2023-02-13  9:36   ` wangweidong.a
2023-02-13 16:18 ` [PATCH 0/3][next] ASoC: codecs: Modify error implicit declaration of function and misspelling Mark Brown

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=20230213093649.22928-3-wangweidong.a@awinic.com \
    --to=wangweidong.a@awinic.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=ckeepax@opensource.cirrus.com \
    --cc=colin.i.king@gmail.com \
    --cc=doug@schmorgal.com \
    --cc=herve.codina@bootlin.com \
    --cc=james.schulman@cirrus.com \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liweilei@awinic.com \
    --cc=perex@perex.cz \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=rf@opensource.cirrus.com \
    --cc=shumingf@realtek.com \
    --cc=tiwai@suse.com \
    --cc=trix@redhat.com \
    --cc=yang.lee@linux.alibaba.com \
    --cc=yijiangtao@awinic.com \
    --cc=zhaolei@awinic.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.