Changeset cde999a in mainline for uspace/drv/time/cmos-rtc/cmos-rtc.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/drv/time/cmos-rtc/cmos-rtc.c

    r3c7702c0 rcde999a  
    190190 * @param rtc  Pointer to the RTC device
    191191 *
    192  * @return  EOK on success or a negative error code
     192 * @return  EOK on success or an error code
    193193 */
    194194static int
     
    314314 * @param t    Pointer to the time variable
    315315 *
    316  * @return  EOK on success or a negative error code
     316 * @return  EOK on success or an error code
    317317 */
    318318static int
     
    436436 * @param t    The time value to set
    437437 *
    438  * @return  EOK or a negative error code
     438 * @return  EOK or an error code
    439439 */
    440440static int
     
    544544 * @param status The status of the battery
    545545 *
    546  * @return       EOK on success or a negative error code
     546 * @return       EOK on success or an error code
    547547 */
    548548static int
     
    577577 * @param dev  The RTC device
    578578 *
    579  * @return  EOK on success or a negative error code
     579 * @return  EOK on success or an error code
    580580 */
    581581static int
     
    643643 * @param dev   The RTC device
    644644 *
    645  * @return      EOK on success or a negative error code
     645 * @return      EOK on success or an error code
    646646 */
    647647static int
     
    682682 * @param fun   The function node
    683683 *
    684  * @return  EOK on success or a negative error code
     684 * @return  EOK on success or an error code
    685685 */
    686686static int
Note: See TracChangeset for help on using the changeset viewer.