* These controllers are really messed-up.
                 *
                 * 1. Their bulk RX endpoint will never report any data unless
-                * the device was suspended at least once (yes, really).
+                *    the device was suspended at least once (yes, really).
                 * 2. They will not wakeup when autosuspended and receiving data
-                * on their bulk RX endpoint from e.g. a keyboard or mouse
-                * (IOW remote-wakeup support is broken for the bulk endpoint).
+                *    on their bulk RX endpoint from e.g. a keyboard or mouse
+                *    (IOW remote-wakeup support is broken for the bulk endpoint).
                 *
                 * To fix 1. enable runtime-suspend, force-suspend the
                 * HCI and then wake-it up by disabling runtime-suspend.