From: Neo Chang <YLCHANG2@nuvoton.com>
To: <broonie@kernel.org>, <lgirdwood@gmail.com>,
<linux-sound@vger.kernel.org>
Cc: <perex@perex.cz>, <krzysztof.kozlowski@oss.qualcomm.com>,
<linux-kernel@vger.kernel.org>, <alsa-devel@alsa-project.org>,
<lkp@intel.com>, <neo.chang70@gmail.com>, <kchsu0@nuvoton.com>,
Neo Chang <YLCHANG2@nuvoton.com>
Subject: [PATCH 2/2] ASoC: codecs: nau8360: Fix kernel-doc issues
Date: Thu, 3 Sep 2026 11:38:45 +0800 [thread overview]
Message-ID: <20260903033845.76540-2-YLCHANG2@nuvoton.com> (raw)
In-Reply-To: <20260903033845.76540-1-YLCHANG2@nuvoton.com>
Fix various warnings reported by the kernel test robot:
Correct kernel-doc formatting and warnings.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202609021537.D6X4Dz93-lkp@intel.com/
Signed-off-by: Neo Chang <YLCHANG2@nuvoton.com>
---
sound/soc/codecs/nau8360-dsp.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/sound/soc/codecs/nau8360-dsp.c b/sound/soc/codecs/nau8360-dsp.c
index 41afccbea2c0..2e5b61bfc303 100644
--- a/sound/soc/codecs/nau8360-dsp.c
+++ b/sound/soc/codecs/nau8360-dsp.c
@@ -39,7 +39,7 @@ static int nau8360_dsp_chan_kcs_setup(struct snd_soc_component *cp,
.cmd_id = _id, \
}
-/**
+/*
* Preamble Fragment Masks:
* FIELD | BITS | SHIFT | MASK | DETAILS
* ----------------|--------|-------|------|---------------------------------
@@ -53,7 +53,7 @@ static int nau8360_dsp_chan_kcs_setup(struct snd_soc_component *cp,
#define NAU8360_HOST_LEN_LOW_MASK GENMASK(17, 16)
#define NAU8360_HOST_PREAMBLE_MASK GENMASK(15, 0)
-/**
+/*
* Payload Fragment Masks:
* FIELD | BITS | SHIFT | MASK | DETAILS
* ----------------|--------|-------|------|---------------------------------
@@ -63,7 +63,7 @@ static int nau8360_dsp_chan_kcs_setup(struct snd_soc_component *cp,
#define NAU8360_HOST_PARAM_SIZE_MASK GENMASK(31, 16)
#define NAU8360_HOST_PARAM_OFFSET_MASK GENMASK(15, 0)
-/**
+/*
* Trailing Fragment Masks:
* FIELD | BITS | SHIFT | MASK | DETAILS
* ----------------|--------|-------|------|---------------------------------
@@ -76,7 +76,7 @@ static int nau8360_dsp_chan_kcs_setup(struct snd_soc_component *cp,
#define NAU8360_TRAIL_PAD_MASK GENMASK(13, 12)
#define NAU8360_TRAIL_LEN_HIGH_MASK GENMASK(15, 14)
-/**
+/*
* Reply Preamble Masks:
* FIELD | BITS | SHIFT | MASK | DETAILS
* ----------------|--------|-------|------|---------------------------------
@@ -364,7 +364,7 @@ static int nau8360_reply_from_dsp(struct snd_soc_component *cp,
/**
* nau8360_send_dsp_command - Send command to DSP
*
- * @component: component to register
+ * @cp: component to register
* @cmd_id: DSP supported command ID
* @kcs_setup: KCS setup structure
* @dsp_addr: DSP address
@@ -454,7 +454,7 @@ static inline int nau8360_send_dsp_broadcast(struct snd_soc_component *cp, int c
/**
* nau8360_dsp_kcs_setup - Send KCS setup command to DSP
*
- * @component: component to register
+ * @cp: component to register
* @offset: address offset relative to KCS start
* @size: size of data writen to KCS
* @data: data writen to KCS setup
--
2.25.1
next prev parent reply other threads:[~2026-09-03 3:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-03 3:38 [PATCH 1/2] ASoC: codecs: nau8360: Fix static declarations and endianness Neo Chang
2026-09-03 3:38 ` Neo Chang [this message]
2026-09-03 20:46 ` 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=20260903033845.76540-2-YLCHANG2@nuvoton.com \
--to=ylchang2@nuvoton.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=kchsu0@nuvoton.com \
--cc=krzysztof.kozlowski@oss.qualcomm.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=lkp@intel.com \
--cc=neo.chang70@gmail.com \
--cc=perex@perex.cz \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox