Changeset 1bfd3d3 in mainline for uspace/srv/net/nil/nildummy


Ignore:
Timestamp:
2010-11-19T22:02:09Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
973ef9fc, a9c6b966
Parents:
cc3c2a1c
Message:

Replace @returns with @return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/nil/nildummy/nildummy.c

    rcc3c2a1c r1bfd3d3  
    142142 * @param[in] service   The device driver service.
    143143 * @param[in] mtu       The device maximum transmission unit.
    144  * @returns             EOK on success.
    145  * @returns             EEXIST if the device with the different service exists.
    146  * @returns             ENOMEM if there is not enough memory left.
    147  * @returns             Other error codes as defined for the
     144 * @return              EOK on success.
     145 * @return              EEXIST if the device with the different service exists.
     146 * @return              ENOMEM if there is not enough memory left.
     147 * @return              Other error codes as defined for the
    148148 *                      netif_bind_service() function.
    149  * @returns             Other error codes as defined for the
     149 * @return              Other error codes as defined for the
    150150 *                      netif_get_addr_req() function.
    151151 */
Note: See TracChangeset for help on using the changeset viewer.