Changeset 8ebe212 in mainline for uspace/drv/bus/usb/xhci/hc.c


Ignore:
Timestamp:
2018-04-13T12:39:06Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
18b6a88
Parents:
f712a85
git-author:
Jiri Svoboda <jiri@…> (2018-04-12 17:38:04)
git-committer:
Jiri Svoboda <jiri@…> (2018-04-13 12:39:06)
Message:

ccheck-fix a few files with for loops.

File:
1 edited

Legend:

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

    rf712a85 r8ebe212  
    8787        xhci_port_speed_t *speeds = hc->speeds;
    8888
    89         for (xhci_extcap_t * ec = hc->xecp; ec; ec = xhci_extcap_next(ec)) {
     89        for (xhci_extcap_t *ec = hc->xecp; ec; ec = xhci_extcap_next(ec)) {
    9090                xhci_dump_extcap(ec);
    9191                switch (XHCI_REG_RD(ec, XHCI_EC_CAP_ID)) {
Note: See TracChangeset for help on using the changeset viewer.