From e204fc49897d43cf90ddacc489b1a06ef9b701d1 Mon Sep 17 00:00:00 2001 From: "taemin.yeom" Date: Mon, 10 May 2021 12:52:45 +0900 Subject: [PATCH] Fix typo Change-Id: Iaf76f9fbe8196fd9a33a627d81c63cf4c6fbb81c Signed-off-by: taemin.yeom --- include/usb_host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/usb_host.h b/include/usb_host.h index 12704d3..365d324 100644 --- a/include/usb_host.h +++ b/include/usb_host.h @@ -1262,7 +1262,7 @@ int usb_host_control_transfer_set_request_type(usb_host_transfer_h transfer, uin * @brief Sets request field for control transfer setup packet. * @since_tizen 5.0 * @param[in] transfer A transfer handle - * @param[in] b_request bRequest field for the setup packet + * @param[in] b_request Request field for the setup packet * @return 0 on success, negative error code on error * @retval #USB_HOST_ERROR_NONE Successful * @retval #USB_HOST_ERROR_NOT_SUPPORTED Not supported -- 2.34.1