Skip to content

Commit 539c384

Browse files
MrVanmathieupoirier
authored andcommitted
remoteproc: omap: Add comment for is_iomem
Address warning: "Function parameter or struct member 'is_iomem' not described in 'omap_rproc_da_to_va'" with adding comment for is_iomem. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202502161648.WZWrFV7I-lkp@intel.com/ Cc: Andrew Davis <afd@ti.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Link: https://lore.kernel.org/r/20250217075858.616737-1-peng.fan@oss.nxp.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
1 parent a64dcfb commit 539c384

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/remoteproc/omap_remoteproc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ static int omap_rproc_stop(struct rproc *rproc)
724724
* @rproc: remote processor to apply the address translation for
725725
* @da: device address to translate
726726
* @len: length of the memory buffer
727+
* @is_iomem: pointer filled in to indicate if @da is iomapped memory
727728
*
728729
* Custom function implementing the rproc .da_to_va ops to provide address
729730
* translation (device address to kernel virtual address) for internal RAMs

0 commit comments

Comments
 (0)