Re: [RESEND PATCH 4/5] iommu: intel: Drop kerneldoc marker from regular comment
From: Lu Baolu <baolu.lu@linux.intel.com>
Date: 2020-08-24 02:48:43
Also in:
linux-iommu, linux-mediatek, lkml
From: Lu Baolu <baolu.lu@linux.intel.com>
Date: 2020-08-24 02:48:43
Also in:
linux-iommu, linux-mediatek, lkml
Hi, On 8/20/20 1:53 AM, Krzysztof Kozlowski wrote:
Fix W=1 compile warnings (invalid kerneldoc):
drivers/iommu/intel/dmar.c:389: warning: Function parameter or member 'header' not described in 'dmar_parse_one_drhd'
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>Adjust the commit title to "iommu/vt-d: Drop kerneldoc marker from regular comment", Reviewed-by: Lu Baolu <baolu.lu@linux.intel.com> Best regards, baolu
--- drivers/iommu/intel/dmar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/drivers/iommu/intel/dmar.c b/drivers/iommu/intel/dmar.c index 93e6345f3414..ba47edf03941 100644 --- a/drivers/iommu/intel/dmar.c +++ b/drivers/iommu/intel/dmar.c@@ -380,7 +380,7 @@ dmar_find_dmaru(struct acpi_dmar_hardware_unit *drhd) return NULL; } -/** +/* * dmar_parse_one_drhd - parses exactly one DMA remapping hardware definition * structure which uniquely represent one DMA remapping hardware unit * present in the platform
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel