]> git.itanic.dy.fi Git - linux-stable/commit
dma-debug: fix kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 14 Jan 2024 04:46:42 +0000 (20:46 -0800)
committerChristoph Hellwig <hch@lst.de>
Mon, 15 Jan 2024 07:20:39 +0000 (08:20 +0100)
commit7c65aa3cc072cee76f577262fbe381a111a98774
tree1e8a52fdbe93fa255309494a7fbaa231c0f2b8c1
parent3dc2f209208dddc73ffd1d817081711343de3242
dma-debug: fix kernel-doc warnings

Update the kernel-doc comments to catch up with the code changes and
fix the kernel-doc warnings:

debug.c:83: warning: Excess struct member 'stacktrace' description in 'dma_debug_entry'
debug.c:83: warning: Function parameter or struct member 'stack_len' not described in 'dma_debug_entry'
debug.c:83: warning: Function parameter or struct member 'stack_entries' not described in 'dma_debug_entry'

Fixes: 746017ed8d4d ("dma/debug: Simplify stracktrace retrieval")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Robin Murphy <robin.murphy@arm.com>
Cc: iommu@lists.linux.dev
Signed-off-by: Christoph Hellwig <hch@lst.de>
kernel/dma/debug.c