Skip to content

Commit 7c85da6

Browse files
rddunlaplumag
authored andcommitted
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>
1 parent cd56978 commit 7c85da6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/msm/msm_iommu.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ msm_iommu_pagetable_prealloc_cleanup(struct msm_mmu *mmu, struct msm_mmu_preallo
364364
}
365365

366366
/**
367-
* alloc_pt() - Custom page table allocator
367+
* msm_iommu_pagetable_alloc_pt() - Custom page table allocator
368368
* @cookie: Cookie passed at page table allocation time.
369369
* @size: Size of the page table. This size should be fixed,
370370
* and determined at creation time based on the granule size.
@@ -416,7 +416,7 @@ msm_iommu_pagetable_alloc_pt(void *cookie, size_t size, gfp_t gfp)
416416

417417

418418
/**
419-
* free_pt() - Custom page table free function
419+
* msm_iommu_pagetable_free_pt() - Custom page table free function
420420
* @cookie: Cookie passed at page table allocation time.
421421
* @data: Page table to free.
422422
* @size: Size of the page table. This size should be fixed,

0 commit comments

Comments
 (0)