mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: linux-kernel@vger.kernel.org
Cc: Randy Dunlap <rdunlap@infradead.org>,
	Thomas Richard <thomas.richard@bootlin.com>,
	Lee Jones <lee@kernel.org>,
	Michael Brunner <michael.brunner@kontron.com>
Subject: [PATCH] mfd: Kontron PLD: fix kernel-doc struct member names
Date: Mon, 23 Feb 2026 12:12:11 -0800	[thread overview]
Message-ID: <20260223201213.3092399-2-rdunlap@infradead.org> (raw)
In-Reply-To: <20260223201213.3092399-1-rdunlap@infradead.org>

Correct the struct member names to avoid kernel-doc warnings:

Warning: include/linux/mfd/kempld.h:114 struct member 'gpio_base' not
 described in 'kempld_platform_data'
Warning: include/linux/mfd/kempld.h:114 struct member 'get_hardware_mutex'
 not described in 'kempld_platform_data'
Warning: include/linux/mfd/kempld.h:114 struct member
 'release_hardware_mutex' not described in 'kempld_platform_data'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Cc: Michael Brunner <michael.brunner@kontron.com>
Cc: Lee Jones <lee@kernel.org>

 include/linux/mfd/kempld.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- linux-next-20260220.orig/include/linux/mfd/kempld.h
+++ linux-next-20260220/include/linux/mfd/kempld.h
@@ -97,10 +97,10 @@ struct kempld_device_data {
 /**
  * struct kempld_platform_data - PLD hardware configuration structure
  * @pld_clock:			PLD clock frequency
- * @gpio_base			GPIO base pin number
+ * @gpio_base:			GPIO base pin number
  * @ioresource:			IO addresses of the PLD
- * @get_mutex:			PLD specific get_mutex callback
- * @release_mutex:		PLD specific release_mutex callback
+ * @get_hardware_mutex:		PLD specific get_mutex callback
+ * @release_hardware_mutex:	PLD specific release_mutex callback
  * @get_info:			PLD specific get_info callback
  * @register_cells:		PLD specific register_cells callback
  */

  reply	other threads:[~2026-02-23 20:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-23 20:12 [PATCH] mfd: Congatec: " Randy Dunlap
2026-02-23 20:12 ` Randy Dunlap [this message]
2026-02-23 20:12 ` [PATCH] mfd: rsmu: remove a empty kernel-doc line Randy Dunlap
2026-03-06 13:46   ` Lee Jones
2026-02-23 20:12 ` [PATCH] mfd: si476x: fix kernel-doc warnings Randy Dunlap
2026-03-06 12:58 ` [PATCH] mfd: Congatec: fix kernel-doc struct member names Lee Jones
2026-03-06 20:27   ` Randy Dunlap
2026-03-09  9:52     ` Lee Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260223201213.3092399-2-rdunlap@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=lee@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michael.brunner@kontron.com \
    --cc=thomas.richard@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®