Changeset cde999a in mainline for uspace/srv/net/udp


Ignore:
Timestamp:
2018-01-04T20:22:51Z (8 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3d95c9d, 84a1a54
Parents:
3c7702c0
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 19:18:29)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:22:51)
Message:

Fix comments to stop referring to error codes as negative.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/udp/service.c

    r3c7702c0 rcde999a  
    205205 * @param rassoc_id Place to store ID of new association
    206206 *
    207  * @return EOK on success or negative error code
     207 * @return EOK on success or an error code
    208208 */
    209209static int udp_assoc_create_impl(udp_client_t *client, inet_ep2_t *epp,
     
    305305 * @param size     Message size
    306306 *
    307  * @return EOK on success or negative error code
     307 * @return EOK on success or an error code
    308308 */
    309309static int udp_assoc_send_msg_impl(udp_client_t *client, sysarg_t assoc_id,
     
    750750/** Initialize UDP service.
    751751 *
    752  * @return EOK on success or negative error code.
     752 * @return EOK on success or an error code.
    753753 */
    754754int udp_service_init(void)
Note: See TracChangeset for help on using the changeset viewer.