Re: [PATCH] iommu/fsl: fix all kernel-doc warnings in fsl_pamu.c

From: Baolu Lu
Date: Wed Mar 08 2023 - 21:12:52 EST


On 3/8/23 11:45 AM, Randy Dunlap wrote:
Fix kernel-doc warnings as reported by the kernel test robot:

fsl_pamu.c:192: warning: expecting prototype for pamu_config_paace(). Prototype was for pamu_config_ppaace() instead
fsl_pamu.c:239: warning: Function parameter or member 'omi_index' not described in 'get_ome_index'
fsl_pamu.c:239: warning: Function parameter or member 'dev' not described in 'get_ome_index'
fsl_pamu.c:332: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* Setup operation mapping and stash destinations for QMAN and QMAN portal.
fsl_pamu.c:361: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* Setup the operation mapping table for various devices. This is a static

Fixes: 695093e38c3e ("iommu/fsl: Freescale PAMU driver and iommu implementation.")
Fixes: cd70d4659ff3 ("iommu/fsl: Various cleanups")
Signed-off-by: Randy Dunlap<rdunlap@xxxxxxxxxxxxx>
Reported-by: kernel test robot<lkp@xxxxxxxxx>
Link:lore.kernel.org/r/202302281151.B1WtZvSC-lkp@xxxxxxxxx
Cc: Aditya Srivastava<yashsri421@xxxxxxxxx>
Cc: Joerg Roedel<joro@xxxxxxxxxx>
Cc: Will Deacon<will@xxxxxxxxxx>
Cc: Robin Murphy<robin.murphy@xxxxxxx>
Cc:iommu@xxxxxxxxxxxxxxx
Cc: Timur Tabi<timur@xxxxxxxx>
Cc: Varun Sethi<Varun.Sethi@xxxxxxxxxxxxx>
Cc: Emil Medve<Emilian.Medve@xxxxxxxxxxxxx>

Reviewed-by: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>

Best regards,
baolu