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

    r3c7702c0 rcde999a  
    5454 *                      the new inode will be saved.
    5555 *
    56  * @return              EOK on success or a negative error code.
     56 * @return              EOK on success or an error code.
    5757 */
    5858int
     
    6868 * @param inum          Number of the inode to free.
    6969 *
    70  * @return              EOK on success or a negative error code.
     70 * @return              EOK on success or an error code.
    7171 */
    7272int
     
    8282 *                      of the zone will be saved.
    8383 *
    84  * @return              EOK on success or a negative error code.
     84 * @return              EOK on success or an error code.
    8585 */
    8686int
     
    105105 * @param zone          Index of the zone to free.
    106106 *
    107  * @return              EOK on success or a negative error code.
     107 * @return              EOK on success or an error code.
    108108 */
    109109int
     
    132132 *                      will be stored.
    133133 *
    134  * @return              EOK on success or a negative error code.
     134 * @return              EOK on success or an error code.
    135135 */
    136136int
     
    146146 *                      will be stored.
    147147 *
    148  * @return              EOK on success or a negative error code.
     148 * @return              EOK on success or an error code.
    149149 */
    150150
     
    162162 *                      will be stores.
    163163 *
    164  * @return              EOK on success or a negative error code.
     164 * @return              EOK on success or an error code.
    165165 */
    166166static int
     
    226226 *                      BMAP_INODE if operating on the inode's bitmap.
    227227 *
    228  * @return              EOK on success or a negative error code.
     228 * @return              EOK on success or an error code.
    229229 */
    230230static int
     
    293293 *                      BMAP_INODE if operating on the inode's bitmap.
    294294 *
    295  * @return              EOK on success or a negative error code.
     295 * @return              EOK on success or an error code.
    296296 */
    297297static int
Note: See TracChangeset for help on using the changeset viewer.