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/lib/ieee80211/include/ieee80211.h

    r3c7702c0 rcde999a  
    103103         * @param ieee80211_dev Pointer to IEEE 802.11 device structure.
    104104         *
    105          * @return EOK if succeed, negative error code otherwise.
     105         * @return EOK if succeed, error code otherwise.
    106106         *
    107107         */
     
    115115         * @param ieee80211_dev Pointer to IEEE 802.11 device structure.
    116116         *
    117          * @return EOK if succeed, negative error code otherwise.
     117         * @return EOK if succeed, error code otherwise.
    118118         *
    119119         */
     
    129129         * @param buffer_size   Size of buffer.
    130130         *
    131          * @return EOK if succeed, negative error code otherwise.
     131         * @return EOK if succeed, error code otherwise.
    132132         *
    133133         */
     
    139139         * @param freq          New device operating frequency.
    140140         *
    141          * @return EOK if succeed, negative error code otherwise.
     141         * @return EOK if succeed, error code otherwise.
    142142         *
    143143         */
     
    149149         * @param connected     True if connected to new BSSID, otherwise false.
    150150         *
    151          * @return EOK if succeed, negative error code otherwise.
     151         * @return EOK if succeed, error code otherwise.
    152152         *
    153153         */
     
    161161         *                      false to remove it.
    162162         *
    163          * @return EOK if succeed, negative error code otherwise.
     163         * @return EOK if succeed, error code otherwise.
    164164         *
    165165         */
Note: See TracChangeset for help on using the changeset viewer.