Skip to content

Commit 98373a2

Browse files
rddunlapvinodkoul
authored andcommitted
dmaengine: imx-sdma: fix Excess kernel-doc warnings
Fix warnings of "Excess struct member" by removing those lines. They are extraneous. imx-sdma.c:467: warning: Excess struct member 'context_loaded' description in 'sdma_channel' imx-sdma.c:467: warning: Excess struct member 'bd_pool' description in 'sdma_channel' imx-sdma.c:500: warning: Excess struct member 'script_addrs' description in 'sdma_firmware_header' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Sascha Hauer <s.hauer@pengutronix.de> Cc: Shawn Guo <shawnguo@kernel.org> Cc: Vinod Koul <vkoul@kernel.org> Cc: dmaengine@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Link: https://lore.kernel.org/r/20240119032832.4051-1-rdunlap@infradead.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 620a7e4 commit 98373a2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/dma/imx-sdma.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,7 @@ struct sdma_desc {
421421
* @shp_addr: value for gReg[6]
422422
* @per_addr: value for gReg[2]
423423
* @status: status of dma channel
424-
* @context_loaded: ensure context is only loaded once
425424
* @data: specific sdma interface structure
426-
* @bd_pool: dma_pool for bd
427425
* @terminate_worker: used to call back into terminate work function
428426
* @terminated: terminated list
429427
* @is_ram_script: flag for script in ram
@@ -486,8 +484,6 @@ struct sdma_channel {
486484
* @num_script_addrs: Number of script addresses in this image
487485
* @ram_code_start: offset of SDMA ram image in this firmware image
488486
* @ram_code_size: size of SDMA ram image
489-
* @script_addrs: Stores the start address of the SDMA scripts
490-
* (in SDMA memory space)
491487
*/
492488
struct sdma_firmware_header {
493489
u32 magic;

0 commit comments

Comments
 (0)