Skip to content

Commit aac584d

Browse files
dbalutamathieupoirier
authored andcommitted
remoteproc: imx_dsp_rproc: Document run_stall struct member
Add documentation for 'run_stall' imx_dsp_rproc struct member. This also fixes the following warning: warning: Function parameter or struct member 'run_stall' not described in 'imx_dsp_rproc' Fixes: 0184b4f ("imx_dsp_rproc: Use reset controller API to control the DSP") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202503142125.IE33sCto-lkp@intel.com/ Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com> Link: https://lore.kernel.org/r/20250314151720.1793719-1-daniel.baluta@nxp.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
1 parent 6174206 commit aac584d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/remoteproc/imx_dsp_rproc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ enum imx_dsp_rp_mbox_messages {
9696
/**
9797
* struct imx_dsp_rproc - DSP remote processor state
9898
* @regmap: regmap handler
99+
* @run_stall: reset control handle used for Run/Stall operation
99100
* @rproc: rproc handler
100101
* @dsp_dcfg: device configuration pointer
101102
* @clks: clocks needed by this device

0 commit comments

Comments
 (0)