From: Rosen Penev <rosenp@gmail.com>
To: linuxppc-dev@lists.ozlabs.org
Cc: linux-kernel@vger.kernel.org (open list)
Subject: [PATCH] macintosh: macio_asic: add missing kernel-doc params for macio_add_one_device
Date: Thu, 28 May 2026 13:27:10 -0700 [thread overview]
Message-ID: <20260528202710.136904-1-rosenp@gmail.com> (raw)
Add documentation for the @parent and @parent_res parameters that were
missing from the kernel-doc comment.
Assisted-by: Opencode:Big-pickle
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
drivers/macintosh/macio_asic.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/macintosh/macio_asic.c b/drivers/macintosh/macio_asic.c
index ee3caa3d87d1..9e744c8e687d 100644
--- a/drivers/macintosh/macio_asic.c
+++ b/drivers/macintosh/macio_asic.c
@@ -349,8 +349,10 @@ static void macio_setup_resources(struct macio_dev *dev,
/**
* macio_add_one_device - Add one device from OF node to the device tree
* @chip: pointer to the macio_chip holding the device
+ * @parent: parent device
* @np: pointer to the device node in the OF tree
* @in_bay: set to 1 if device is part of a media-bay
+ * @parent_res: parent resource
*
* When media-bay is changed to hotswap drivers, this function will
* be exposed to the bay driver some way...
--
2.54.0
reply other threads:[~2026-05-28 20:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260528202710.136904-1-rosenp@gmail.com \
--to=rosenp@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
/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