Skip to content

Commit

Permalink
drivers: usb: udc: fix return api description
Browse files Browse the repository at this point in the history
Replace IN by OUT for udc_ctrl_stage_is_status_out.

Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Nov 29, 2024
1 parent 6c7b38f commit f39560c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/udc/udc_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ bool udc_ctrl_stage_is_status_in(const struct device *dev);
*
* @param[in] dev Pointer to device struct of the driver instance
*
* @return true if stage is Data Stage IN
* @return true if stage is Data Stage OUT
*/
bool udc_ctrl_stage_is_status_out(const struct device *dev);

Expand Down

0 comments on commit f39560c

Please sign in to comment.