drivers: usb: udc: fix return api description

Replace IN by OUT for udc_ctrl_stage_is_status_out.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
This commit is contained in:
Frederic Pillon 2024-11-29 16:20:32 +01:00 committed by Benjamin Cabé
commit c26aa183c3

View file

@ -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);