Re: [PATCH 6/6] ASoC: fsl: fsl_esai: fix kernel-doc

From: Pierre-Louis Bossart
Date: Thu Jul 02 2020 - 15:04:03 EST




On 7/2/20 1:55 PM, Nicolin Chen wrote:
On Thu, Jul 02, 2020 at 12:22:27PM -0500, Pierre-Louis Bossart wrote:
Fix W=1 warnings. Fix kernel-doc syntax and add missing parameters.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>

+ * fsl_esai_set_dai_sysclk - This function mainly configures the clock frequency of MCLK (HCKT/HCKR)

Can drop "This function mainly"

/**
- * This function configures the related dividers according to the bclk rate
+ * fsl_esai_set_bclk - This function configures the related dividers according to the bclk rate

Here too -- dropping "This function"

will fix both, thanks for reviewing the edits.


Otherwise,
Acked-by: Nicolin Chen <nicoleotsuka@xxxxxxxxx>

Thanks!