Changeset cde999a in mainline for uspace/lib/c/generic/async.c


Ignore:
Timestamp:
2018-01-04T20:22:51Z (6 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/lib/c/generic/async.c

    r3c7702c0 rcde999a  
    844844 * @param port_id ID of the newly created port.
    845845 *
    846  * @return Zero on success or a negative error code.
     846 * @return Zero on success or an error code.
    847847 *
    848848 */
     
    10531053 * @param[out] handle  IRQ capability handle on success.
    10541054 *
    1055  * @return Negative error code.
     1055 * @return An error code.
    10561056 *
    10571057 */
     
    10891089 * @param cap     IRQ capability handle.
    10901090 *
    1091  * @return Zero on success or a negative error code.
     1091 * @return Zero on success or an error code.
    10921092 *
    10931093 */
     
    11061106 * @param data    Notification handler client data.
    11071107 *
    1108  * @return Zero on success or a negative error code.
     1108 * @return Zero on success or an error code.
    11091109 *
    11101110 */
     
    11391139 * @param data    Notification handler client data.
    11401140 *
    1141  * @return Zero on success or a negative error code.
     1141 * @return Zero on success or an error code.
    11421142 *
    11431143 */
     
    19151915 * @param r5      If non-NULL, storage for the 5th reply argument.
    19161916 *
    1917  * @return Return code of the reply or a negative error code.
     1917 * @return Return code of the reply or an error code.
    19181918 *
    19191919 */
     
    19671967 * @param r5      If non-NULL, storage for the 5th reply argument.
    19681968 *
    1969  * @return Return code of the reply or a negative error code.
     1969 * @return Return code of the reply or an error code.
    19701970 *
    19711971 */
     
    21082108 * @param arg3            User defined argument.
    21092109 *
    2110  * @return Zero on success or a negative error code.
     2110 * @return Zero on success or an error code.
    21112111 *
    21122112 */
     
    24332433 * @param sess Session to hung up.
    24342434 *
    2435  * @return Zero on success or a negative error code.
     2435 * @return Zero on success or an error code.
    24362436 *
    24372437 */
     
    26132613 *              base address. Cannot be NULL.
    26142614 *
    2615  * @return Zero on success or a negative error code from errno.h.
     2615 * @return Zero on success or an error code from errno.h.
    26162616 *
    26172617 */
     
    26882688 * @param flags Flags to be used for sharing. Bits can be only cleared.
    26892689 *
    2690  * @return Zero on success or a negative error code from errno.h.
     2690 * @return Zero on success or an error code from errno.h.
    26912691 *
    26922692 */
     
    27742774 * @param size Size of the destination buffer.
    27752775 *
    2776  * @return Zero on success or a negative error code from errno.h.
     2776 * @return Zero on success or an error code from errno.h.
    27772777 *
    27782778 */
     
    28992899 * @param size Size of the source buffer.
    29002900 *
    2901  * @return Zero on success or a negative error code from errno.h.
     2901 * @return Zero on success or an error code from errno.h.
    29022902 *
    29032903 */
Note: See TracChangeset for help on using the changeset viewer.