Changeset cde999a in mainline for uspace/drv/nic/ar9271/wmi.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/nic/ar9271/wmi.c

    r3c7702c0 rcde999a  
    4747 * @param res        Stored result.
    4848 *
    49  * @return EOK if succeed, negative error code otherwise.
     49 * @return EOK if succeed, error code otherwise.
    5050 *
    5151 */
     
    7979 * @param val        Value to be written
    8080 *
    81  * @return EOK if succeed, negative error code otherwise.
     81 * @return EOK if succeed, error code otherwise.
    8282 *
    8383 */
     
    112112 * @param clear_bit  Bit to be cleared.
    113113 *
    114  * @return EOK if succeed, negative error code otherwise.
     114 * @return EOK if succeed, error code otherwise.
    115115 *
    116116 */
     
    146146 * @param set_bit    Bit to be set.
    147147 *
    148  * @return EOK if succeed, negative error code otherwise.
     148 * @return EOK if succeed, error code otherwise.
    149149 *
    150150 */
     
    161161 * @param clear_bit  Bit to be cleared.
    162162 *
    163  * @return EOK if succeed, negative error code otherwise.
     163 * @return EOK if succeed, error code otherwise.
    164164 *
    165165 */
     
    176176 * @param elements   Number of elements in array.
    177177 *
    178  * @return EOK if succeed, negative error code otherwise.
     178 * @return EOK if succeed, error code otherwise.
    179179 *
    180180 */
     
    220220 * @param response_buffer Buffer with response data.
    221221 *
    222  * @return EOK if succeed, negative error code otherwise.
     222 * @return EOK if succeed, error code otherwise.
    223223 *
    224224 */
Note: See TracChangeset for help on using the changeset viewer.