Skip to content

Instantly share code, notes, and snippets.

@conor-pwbot
Created September 16, 2023 09:25
Show Gist options
  • Save conor-pwbot/550822b3cf22ac7b38380951748fcb72 to your computer and use it in GitHub Desktop.
Save conor-pwbot/550822b3cf22ac7b38380951748fcb72 to your computer and use it in GitHub Desktop.
Errors and warnings before: 1 this patch: 3
arch/arm64/include/asm/kvm_vgic.h:421: warning: Function parameter or member 'kvm' not described in 'kvm_vgic_setup_default_irq_routing'
Error: Cannot open file include/linux/kvm_iodev.h
arch/arm64/include/asm/kvm_vgic.h:421: warning: Function parameter or member 'kvm' not described in 'kvm_vgic_setup_default_irq_routing'
include/linux/kvm_iodev.h:14: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* kvm_io_device_ops are called under kvm slots_lock.
New warnings added
2c2,3
< Error: Cannot open file include/linux/kvm_iodev.h
---
> include/linux/kvm_iodev.h:14: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
> * kvm_io_device_ops are called under kvm slots_lock.
Per-file breakdown
==========
kdoc - FAILED
arch/arm64/include/asm/kvm_vgic.h:421: warning: Function parameter or member 'kvm' not described in 'kvm_vgic_setup_default_irq_routing'
Error: Cannot open file include/linux/kvm_iodev.h
arch/arm64/include/asm/kvm_vgic.h:421: warning: Function parameter or member 'kvm' not described in 'kvm_vgic_setup_default_irq_routing'
include/linux/kvm_iodev.h:14: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* kvm_io_device_ops are called under kvm slots_lock.
New warnings added
2c2,3
< Error: Cannot open file include/linux/kvm_iodev.h
---
> include/linux/kvm_iodev.h:14: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
> * kvm_io_device_ops are called under kvm slots_lock.
Per-file breakdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment