Skip to content

Commit 138be1b

Browse files
roma-jampeter-marcisovskyigi540
authored
Apply suggestions from code review
Co-authored-by: Peter Marčišovský <[email protected]> Co-authored-by: Igor Masar <[email protected]>
1 parent d7ff211 commit 138be1b

File tree

1 file changed

+5
-5
lines changed
  • host/usb/private_include

1 file changed

+5
-5
lines changed

host/usb/private_include/hub.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ esp_err_t hub_node_reset(unsigned int node_uid);
171171
* @param[in] node_uid Device's node unique ID
172172
*
173173
* @return
174-
* - ESP_OK if Port, related to the Device Tree node was activated successfully
175-
* - ESP_ERR_NOT_SUPPORTED if activating Port is not available (External Hub support disabled),
176-
* or ext hub port error
177-
* - ESP_ERR_NOT_FOUND if Device's node is not found
174+
* - ESP_OK: If Port, related to the Device Tree node was activated successfully
175+
* - ESP_ERR_NOT_SUPPORTED: If activating Port is not available (External Hub support disabled),
176+
* or ext hub port error
177+
* - ESP_ERR_NOT_FOUND: If Device's node is not found
178178
*/
179179
esp_err_t hub_node_active(unsigned int node_uid);
180180

@@ -188,7 +188,7 @@ esp_err_t hub_node_active(unsigned int node_uid);
188188
* @return
189189
* - ESP_OK: Port has been disabled without error
190190
* - ESP_ERR_INVALID_STATE: Port can't be disabled in current state
191-
* - ESP_ERR_NOT_SUPPORTED: This function is not support by the selected port
191+
* - ESP_ERR_NOT_SUPPORTED: This function is not supported by the selected port
192192
* - ESP_ERR_NOT_FOUND: Device's node is not found
193193
*/
194194
esp_err_t hub_node_disable(unsigned int node_uid);

0 commit comments

Comments
 (0)