Changeset cde999a in mainline for uspace/app/mkexfat/mkexfat.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/app/mkexfat/mkexfat.c

    r3c7702c0 rcde999a  
    344344 * @param cfg  Pointer to the exFAT configuration structure.
    345345 * @param base Base sector of the EBS.
    346  * @return  EOK on success or a negative error code.
     346 * @return  EOK on success or an error code.
    347347 */
    348348static int
     
    397397 * @param service_id  The service id.
    398398 * @param cfg Pointer to the exfat_cfg structure.
    399  * @return EOK on success or a negative error code.
     399 * @return EOK on success or an error code.
    400400 */
    401401static int
     
    437437 * @param cur_cls  Cluster index from where to start the allocation.
    438438 * @param ncls  Number of clusters to allocate.
    439  * @return EOK on success or a negative error code.
     439 * @return EOK on success or an error code.
    440440 */
    441441static int
     
    494494 * @param service_id   The service id.
    495495 * @param cfg  Pointer to the exfat configuration structure.
    496  * @return  EOK on success or a negative error code.
     496 * @return  EOK on success or an error code.
    497497 */
    498498static int
     
    593593 * @param service_id   The service id.
    594594 * @param cfg   Pointer to the exFAT configuration structure.
    595  * @return   EOK on success or a negative error code.
     595 * @return   EOK on success or an error code.
    596596 */
    597597static int
Note: See TracChangeset for help on using the changeset viewer.