Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbvirt/src/transaction.c

    rbd8c753d r0eddb76  
    2727 */
    2828
    29 /** @addtogroup libusbvirt
     29/** @addtogroup libusbvirt usb
    3030 * @{
    3131 */
     
    183183                                actual_size = size;
    184184                        }
    185                         device->lib_debug(device, 1, USBVIRT_DEBUGTAG_TRANSACTION,
    186                             "in transaction: will copy %zu bytes", actual_size);
    187185                        if (actual_size > 0) {
    188186                                memcpy(buffer, transfer->data, actual_size);
Note: See TracChangeset for help on using the changeset viewer.