mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
ASoC: fsl_easrc: use struct keyword on structs
Use the documented format for kernel-doc of structs to prevent kernel-doc warnings: Warning: ../sound/soc/fsl/fsl_easrc.h:606 cannot understand function prototype: 'struct fsl_easrc_ctx_priv' Warning: ../sound/soc/fsl/fsl_easrc.h:641 cannot understand function prototype: 'struct fsl_easrc_priv' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Link: https://patch.msgid.link/20260715000525.739874-6-rdunlap@infradead.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
11c3fb527b
commit
6a59c9a79a
|
|
@ -584,7 +584,7 @@ struct fsl_easrc_slot {
|
|||
};
|
||||
|
||||
/**
|
||||
* fsl_easrc_ctx_priv: EASRC context private data
|
||||
* struct fsl_easrc_ctx_priv - EASRC context private data
|
||||
*
|
||||
* @in_params: input parameter
|
||||
* @out_params: output parameter
|
||||
|
|
@ -625,7 +625,7 @@ struct fsl_easrc_ctx_priv {
|
|||
};
|
||||
|
||||
/**
|
||||
* fsl_easrc_priv: EASRC private data
|
||||
* struct fsl_easrc_priv - EASRC private data
|
||||
*
|
||||
* @slot: slot setting
|
||||
* @firmware_hdr: the header of firmware
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user