Skip to content

Commit c26aa18

Browse files
fpistmkartben
authored andcommitted
drivers: usb: udc: fix return api description
Replace IN by OUT for udc_ctrl_stage_is_status_out. Signed-off-by: Frederic Pillon <[email protected]>
1 parent 49e5a0d commit c26aa18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/udc/udc_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ bool udc_ctrl_stage_is_status_in(const struct device *dev);
325325
*
326326
* @param[in] dev Pointer to device struct of the driver instance
327327
*
328-
* @return true if stage is Data Stage IN
328+
* @return true if stage is Data Stage OUT
329329
*/
330330
bool udc_ctrl_stage_is_status_out(const struct device *dev);
331331

0 commit comments

Comments
 (0)