lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20251028074336.929816-1-kriish.sharma2006@gmail.com>
Date: Tue, 28 Oct 2025 07:43:36 +0000
From: Kriish Sharma <kriish.sharma2006@...il.com>
To: tglx@...utronix.de
Cc: linux-kernel@...r.kernel.org,
	Kriish Sharma <kriish.sharma2006@...il.com>
Subject: [PATCH] irqdomain: fix kernel-doc warning for struct irq_fwspec_info

Fix the following kernel-doc warning reported by `scripts/kernel-doc`:

  WARNING: ./include/linux/irqdomain.h:59 struct member 'affinity' not described in 'irq_fwspec_info'

The field name in the comment block was documented as '@...mask',
but the actual member is named 'affinity'. Update the kernel-doc
comment to match the structure definition.

Signed-off-by: Kriish Sharma <kriish.sharma2006@...il.com>
---
 include/linux/irqdomain.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h
index 5907baf6099d..952d3c8dd6b7 100644
--- a/include/linux/irqdomain.h
+++ b/include/linux/irqdomain.h
@@ -48,7 +48,7 @@ struct irq_fwspec {
  * struct irq_fwspec_info - firmware provided IRQ information structure
  *
  * @flags:		Information validity flags
- * @cpumask:		Affinity mask for this interrupt
+ * @affinity:		Affinity mask for this interrupt
  *
  * This structure reports firmware-specific information about an
  * interrupt. The only significant information is the affinity of a
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ