drivers: i3c: add missing parameter to doxygen for deftgts

The dev argument was missing for the doxygen for the function
i3c_bus_deftgts. Add a comment for it.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
This commit is contained in:
Ryan McClelland 2024-09-13 20:18:39 -07:00 committed by Anas Nashif
parent a338f7c710
commit cf2ccbf85e

View file

@ -2098,6 +2098,8 @@ bool i3c_bus_has_sec_controller(const struct device *dev);
*
* This builds the payload required for DEFTGTS and transmits it out
*
* @param dev Pointer to controller device driver instance.
*
* @retval 0 if successful.
* @retval -ENOMEM No memory to build the payload.
* @retval -EIO General Input/Output error.