Changeset 5ef16903 in mainline for uspace/lib/usbdev/src/devpoll.c


Ignore:
Timestamp:
2018-03-10T21:56:20Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
338d54a7
Parents:
53ad43c
Message:

ccheck found these backslashes incorrectly placed in C code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/devpoll.c

    r53ad43c r5ef16903  
    117117                const usb_endpoint_mapping_t *mapping =
    118118                    polling->ep_mapping;
    119                 usb_log_debug("Poll (%p): started polling of `%s' - " \
     119                usb_log_debug("Poll (%p): started polling of `%s' - "
    120120                    "interface %d (%s,%d,%d), %zuB/%zu.\n",
    121121                    polling, usb_device_get_name(polling->device),
Note: See TracChangeset for help on using the changeset viewer.