]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/serial/usbtty.c
Consolidate bool type
[people/ms/u-boot.git] / drivers / serial / usbtty.c
index 148d1a6ddd3b17cac525ec7ed48d053b2d0329ae..8e0815334431a1c99b115e3f8a38bdb16a5fa869 100644 (file)
@@ -971,8 +971,8 @@ static void usbtty_event_handler (struct usb_device_instance *device,
                /*
                 * is_usbd_high_speed routine needs to be defined by
                 * specific gadget driver
-                * It returns TRUE if device enumerates at High speed
-                * Retuns FALSE otherwise
+                * It returns true if device enumerates at High speed
+                * Retuns false otherwise
                 */
                for (i = 0; i < NUM_ENDPOINTS; i++) {
                        if (((ep_descriptor_ptrs[i]->bmAttributes &