All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: alsa-devel@alsa-project.org
Cc: tiwai@suse.de, "Péter Ujfalusi" <peter.ujfalusi@linux.intel.com>,
	broonie@kernel.org, "Bard Liao" <yung-chuan.liao@linux.intel.com>,
	"Pierre-Louis Bossart" <pierre-louis.bossart@linux.intel.com>
Subject: [PATCH 01/16] ASoC: cs35l45: typo in argument definition
Date: Fri, 20 May 2022 16:17:04 -0500	[thread overview]
Message-ID: <20220520211719.607543-2-pierre-louis.bossart@linux.intel.com> (raw)
In-Reply-To: <20220520211719.607543-1-pierre-louis.bossart@linux.intel.com>

cppcheck warning:

sound/soc/codecs/cs35l45-tables.c:36:49: style:inconclusive: Function
'cs35l45_apply_patch' argument 1 names different: declaration
'cs43l45' definition 'cs35l45'. [funcArgNamesDifferent]

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
---
 sound/soc/codecs/cs35l45.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/cs35l45.h b/sound/soc/codecs/cs35l45.h
index 4e266d19cd1cd..8f98cbbf6209f 100644
--- a/sound/soc/codecs/cs35l45.h
+++ b/sound/soc/codecs/cs35l45.h
@@ -209,7 +209,7 @@ struct cs35l45_private {
 extern const struct dev_pm_ops cs35l45_pm_ops;
 extern const struct regmap_config cs35l45_i2c_regmap;
 extern const struct regmap_config cs35l45_spi_regmap;
-int cs35l45_apply_patch(struct cs35l45_private *cs43l45);
+int cs35l45_apply_patch(struct cs35l45_private *cs35l45);
 unsigned int cs35l45_get_clk_freq_id(unsigned int freq);
 int cs35l45_probe(struct cs35l45_private *cs35l45);
 int cs35l45_remove(struct cs35l45_private *cs35l45);
-- 
2.30.2


  reply	other threads:[~2022-05-20 21:19 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-20 21:17 [PATCH 00/16] ASoC: trivial changes for cppcheck warnings Pierre-Louis Bossart
2022-05-20 21:17 ` Pierre-Louis Bossart [this message]
2022-05-20 21:17 ` [PATCH 02/16] ASoC: cs42l42: remove redundant test Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 03/16] ASoC: wcd-mbhc-v2: remove useless initialization Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 04/16] ASoC: wcd9335: remove redundant tests Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 05/16] ASoC: Intel: atom: sst: remove useless initialization Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 06/16] ASoC: Intel: atom: sst_ipc: remove redundant test Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 07/16] ASoC: Intel: atom: sst_ipc: remove useless initializations Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 08/16] ASoC: Intel: atom: controls: " Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 09/16] ASoC: Intel: boards: reset acpi_chan_package Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 10/16] ASoC: Intel: sof_pcm512x: remove unnecessary init Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 11/16] ASoC: mediatek: mt8195: simplify error handling Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 12/16] ASoC: qcom: q6dsp: q6adm: remove useless initializations Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 13/16] ASoC: qcom: q6dsp: remove spurious space Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 14/16] ASoC: rockchip: simplify error handling Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 15/16] ASoC: samsung: snow: " Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 16/16] ASoC: meson: remove useless initialization Pierre-Louis Bossart
2022-06-07 10:55 ` [PATCH 00/16] ASoC: trivial changes for cppcheck warnings 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=20220520211719.607543-2-pierre-louis.bossart@linux.intel.com \
    --to=pierre-louis.bossart@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=peter.ujfalusi@linux.intel.com \
    --cc=tiwai@suse.de \
    --cc=yung-chuan.liao@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.