diff --git a/include/zephyr/drivers/i3c.h b/include/zephyr/drivers/i3c.h index c910db02125..41bf2762ea7 100644 --- a/include/zephyr/drivers/i3c.h +++ b/include/zephyr/drivers/i3c.h @@ -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.