Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/msm: msm_iommu.c: fix all kernel-doc warnings

Correct or add kernel-doc comments to eliminate all warnings:

Warning: ../drivers/gpu/drm/msm/msm_iommu.c:381 expecting prototype for
alloc_pt(). Prototype was for msm_iommu_pagetable_alloc_pt() instead
Warning: ../drivers/gpu/drm/msm/msm_iommu.c:426 expecting prototype for
free_pt(). Prototype was for msm_iommu_pagetable_free_pt() instead

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/695675/
Link: https://lore.kernel.org/r/20251219184638.1813181-20-rdunlap@infradead.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

authored by

Randy Dunlap and committed by
Dmitry Baryshkov
7c85da6f cd569786

+2 -2
+2 -2
drivers/gpu/drm/msm/msm_iommu.c
··· 364 364 } 365 365 366 366 /** 367 - * alloc_pt() - Custom page table allocator 367 + * msm_iommu_pagetable_alloc_pt() - Custom page table allocator 368 368 * @cookie: Cookie passed at page table allocation time. 369 369 * @size: Size of the page table. This size should be fixed, 370 370 * and determined at creation time based on the granule size. ··· 416 416 417 417 418 418 /** 419 - * free_pt() - Custom page table free function 419 + * msm_iommu_pagetable_free_pt() - Custom page table free function 420 420 * @cookie: Cookie passed at page table allocation time. 421 421 * @data: Page table to free. 422 422 * @size: Size of the page table. This size should be fixed,