* [PATCH] macintosh: macio_asic: add missing kernel-doc params for macio_add_one_device
@ 2026-05-28 20:27 Rosen Penev
0 siblings, 0 replies; only message in thread
From: Rosen Penev @ 2026-05-28 20:27 UTC (permalink / raw)
To: linuxppc-dev; +Cc: open list
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-28 20:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28 20:27 [PATCH] macintosh: macio_asic: add missing kernel-doc params for macio_add_one_device Rosen Penev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox