Fix typo 57/258057/1 accepted/tizen_4.0_unified tizen_4.0 accepted/tizen/4.0/unified/20210511.210834 submit/tizen_4.0/20210510.042249 submit/tizen_4.0/20210510.044032 submit/tizen_4.0/20210510.045744 submit/tizen_4.0/20210510.074538 submit/tizen_4.0/20210510.102510 submit/tizen_4.0/20210510.235200
authortaemin.yeom <taemin.yeom@samsung.com>
Mon, 10 May 2021 03:57:09 +0000 (12:57 +0900)
committertaemin.yeom <taemin.yeom@samsung.com>
Mon, 10 May 2021 03:57:09 +0000 (12:57 +0900)
Change-Id: Ief47788df629d84c69cbbe8a0ae038aa1690be8a
Signed-off-by: taemin.yeom <taemin.yeom@samsung.com>
include/usb_host.h

index 1000b654cd0a49633dcb8407a404c910b7738d0c..0e47a5c320859e3d8a790afdf056b732312cb0cc 100755 (executable)
@@ -967,7 +967,7 @@ int usb_host_endpoint_get_interval(usb_host_endpoint_h ep, int *interval);
  * byte order.
  * @param[in] dev Device handle
  * @param[in] bm_request_type bmRequestType type field for the setup packet
- * @param[in] b_request bRequest field for the setup packet
+ * @param[in] b_request Request field for the setup packet
  * @param[in] w_value wValue field for the setup packet
  * @param[in] w_index wIndex field for the setup packet
  * @param[in] data Suitably-sized data buffer for either input or output