Changeset cde999a in mainline for kernel/generic/src/proc/program.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
  • kernel/generic/src/proc/program.c

    r3c7702c0 rcde999a  
    6666 * @param prg        Buffer for storing program information.
    6767 *
    68  * @return EOK on success or negative error code.
     68 * @return EOK on success or an error code.
    6969 *
    7070 */
     
    134134 *                        will be returned.
    135135 *
    136  * @return EOK on success or negative error code.
     136 * @return EOK on success or an error code.
    137137 *
    138138 */
     
    171171 * @param name Name to set for the program's task.
    172172 *
    173  * @return EOK on success or negative error code.
     173 * @return EOK on success or an error code.
    174174 *
    175175 */
Note: See TracChangeset for help on using the changeset viewer.