[PATCH 2/2] ASoC: codecs: nau8360: Fix kernel-doc issues
From: Neo Chang
Date: Wed Sep 02 2026 - 23:43:00 EST
Fix various warnings reported by the kernel test robot:
Correct kernel-doc formatting and warnings.
Reported-by: kernel test robot <lkp@xxxxxxxxx>
Closes: https://lore.kernel.org/oe-kbuild-all/202609021537.D6X4Dz93-lkp@xxxxxxxxx/
Signed-off-by: Neo Chang <YLCHANG2@xxxxxxxxxxx>
---
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