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:
parent
a338f7c710
commit
cf2ccbf85e
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue