Changeset 7c3fb9b in mainline for uspace/drv/bus/usb/xhci/hc.c


Ignore:
Timestamp:
2018-05-17T08:29:01Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ff23ff
Parents:
fac0ac7
git-author:
Jiri Svoboda <jiri@…> (2018-05-16 17:28:17)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-17 08:29:01)
Message:

Fix block comment formatting (ccheck).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/hc.c

    rfac0ac7 r7c3fb9b  
    534534        joinable_fibril_join(hc->event_worker);
    535535
    536         /* Then, disconnect all roothub devices, which shall trigger
    537          * disconnection of everything */
     536        /*
     537         * Then, disconnect all roothub devices, which shall trigger
     538         * disconnection of everything
     539         */
    538540        xhci_rh_stop(&hc->rh);
    539541}
     
    576578                XHCI_REG_WR(hc->rt_regs->ir, XHCI_INTR_IP, 1);
    577579
    578                 /* interrupt handler expects status from irq_commands, which is
    579                  * in xhci order. */
     580                /*
     581                 * interrupt handler expects status from irq_commands, which is
     582                 * in xhci order.
     583                 */
    580584                *status = host2xhci(32, *status);
    581585        }
     
    873877        xhci_endpoint_t *ep0 = xhci_endpoint_get(dev->base.endpoints[0]);
    874878
    875         /* Although we have the precise PSIV value on devices of tier 1,
    876          * we have to rely on reverse mapping on others. */
     879        /*
     880         * Although we have the precise PSIV value on devices of tier 1,
     881         * we have to rely on reverse mapping on others.
     882         */
    877883        if (!usb_speed_to_psiv[dev->base.speed]) {
    878884                usb_log_error("Device reported an USB speed (%s) that cannot be mapped "
Note: See TracChangeset for help on using the changeset viewer.