Changeset d4ceba0 in mainline for uspace/lib/virtio/virtio.c


Ignore:
Timestamp:
2019-01-14T17:53:26Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
623b2134
Parents:
1c3c287
Message:

Fix comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/virtio/virtio.c

    r1c3c287 rd4ceba0  
    5050 *                     buffers.
    5151 *
    52  * The buffers can be deallocated by virtio_net_teardown_bufs().
     52 * The buffers can be deallocated by virtio_teardown_dma_bufs().
    5353 *
    5454 * @return  EOK on success or error code.
     
    8383 *
    8484 * @param buf[in]  Array holding the virtual addresses of the DMA buffers
    85  *                 previously allocated by virtio_net_setup_bufs().
     85 *                 previously allocated by virtio_setup_dma_bufs().
    8686 */
    8787extern void virtio_teardown_dma_bufs(void *buf[])
Note: See TracChangeset for help on using the changeset viewer.