Changeset cde999a in mainline for uspace/srv/fs/mfs/mfs_dentry.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/srv/fs/mfs/mfs_dentry.c

    r3c7702c0 rcde999a  
    4040 * @param index         index of the dentry in the list.
    4141 *
    42  * @return              EOK on success or a negative error code.
     42 * @return              EOK on success or an error code.
    4343 */
    4444int
     
    103103 * @param d_info The directory entry to write to disk.
    104104 *
    105  * @return       EOK on success or a negative error code.
     105 * @return       EOK on success or an error code.
    106106 */
    107107int
     
    154154 * @param d_name        Name of the directory entry to delete.
    155155 *
    156  * @return              EOK on success or a negative error code.
     156 * @return              EOK on success or an error code.
    157157 */
    158158int
     
    195195 * @param d_inum        index of the inode that will be pointed by the new dentry.
    196196 *
    197  * @return              EOK on success or a negative error code.
     197 * @return              EOK on success or an error code.
    198198 */
    199199int
Note: See TracChangeset for help on using the changeset viewer.