[PATCH] virt: fsl_hypervisor: fix header kernel-doc warnings

Randy Dunlap posted 1 patch 1 month, 1 week ago
include/uapi/linux/fsl_hypervisor.h |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] virt: fsl_hypervisor: fix header kernel-doc warnings
Posted by Randy Dunlap 1 month, 1 week ago
Correct struct member names to placate kernel-doc warnings:

Warning: include/uapi/linux/fsl_hypervisor.h:148 struct member
 'local_vaddr' not described in 'fsl_hv_ioctl_memcpy'
Warning: include/uapi/linux/fsl_hypervisor.h:148 struct member
 'remote_paddr' not described in 'fsl_hv_ioctl_memcpy'

Fixes: 6db7199407ca ("drivers/virt: introduce Freescale hypervisor management driver")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Cc: Timur Tabi <timur@kernel.org>
Cc: Kumar Gala <galak@kernel.crashing.org>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

 include/uapi/linux/fsl_hypervisor.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20260226.orig/include/uapi/linux/fsl_hypervisor.h
+++ linux-next-20260226/include/uapi/linux/fsl_hypervisor.h
@@ -114,9 +114,9 @@ struct fsl_hv_ioctl_stop {
  * @target: the partition ID of the target partition, or -1 for this
  *          partition
  * @reserved: reserved, must be set to 0
- * @local_addr: user-space virtual address of a buffer in the local
+ * @local_vaddr: user-space virtual address of a buffer in the local
  *              partition
- * @remote_addr: guest physical address of a buffer in the
+ * @remote_paddr: guest physical address of a buffer in the
  *           remote partition
  * @count: the number of bytes to copy.  Both the local and remote
  *         buffers must be at least 'count' bytes long
Re: [PATCH] virt: fsl_hypervisor: fix header kernel-doc warnings
Posted by Christophe Leroy (CS GROUP) 1 month, 1 week ago
On Thu, 26 Feb 2026 14:09:42 -0800, Randy Dunlap wrote:
> Correct struct member names to placate kernel-doc warnings:
> 
> Warning: include/uapi/linux/fsl_hypervisor.h:148 struct member
>  'local_vaddr' not described in 'fsl_hv_ioctl_memcpy'
> Warning: include/uapi/linux/fsl_hypervisor.h:148 struct member
>  'remote_paddr' not described in 'fsl_hv_ioctl_memcpy'
> 
> [...]

Applied, thanks!

[1/1] virt: fsl_hypervisor: fix header kernel-doc warnings
      commit: cf8e9203cc653f0a82639f7ce8089fa92afe6739

Best regards,
-- 
Christophe Leroy (CS GROUP) <chleroy@kernel.org>