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

    r3c7702c0 rcde999a  
    150150 * @param endpoint_id Destination endpoint.
    151151 *
    152  * @return EOK if succeed, negative error code otherwise.
     152 * @return EOK if succeed, error code otherwise.
    153153 *
    154154 */
     
    173173 * @param endpoint_id Destination endpoint.
    174174 *
    175  * @return EOK if succeed, negative error code otherwise.
     175 * @return EOK if succeed, error code otherwise.
    176176 *
    177177 */
     
    196196 * @param transferred_size Real size of read data.
    197197 *
    198  * @return EOK if succeed, negative error code otherwise.
     198 * @return EOK if succeed, error code otherwise.
    199199 *
    200200 */
     
    216216 * @param transferred_size Real size of read data.
    217217 *
    218  * @return EOK if succeed, negative error code otherwise.
     218 * @return EOK if succeed, error code otherwise.
    219219 *
    220220 */
     
    236236 *
    237237 * @return EOK if succeed, EINVAL when failed to connect service,
    238  *         negative error code otherwise.
     238 *         error code otherwise.
    239239 *
    240240 */
     
    309309 * @param htc_device HTC device structure.
    310310 *
    311  * @return EOK if succeed, negative error code otherwise.
     311 * @return EOK if succeed, error code otherwise.
    312312 *
    313313 */
     
    357357 * @param htc_device HTC device structure.
    358358 *
    359  * @return EOK if succeed, negative error code otherwise.
     359 * @return EOK if succeed, error code otherwise.
    360360 *
    361361 */
     
    391391 *
    392392 * @return EOK if succeed, EINVAL if response error,
    393  *         negative error code otherwise.
     393 *         error code otherwise.
    394394 *
    395395 */
     
    427427 * @param htc_device HTC device structure to be initialized.
    428428 *
    429  * @return EOK if succeed, negative error code otherwise.
     429 * @return EOK if succeed, error code otherwise.
    430430 *
    431431 */
     
    448448 * @param htc_device HTC device structure.
    449449 *
    450  * @return EOK if succeed, negative error code otherwise.
     450 * @return EOK if succeed, error code otherwise.
    451451 *
    452452 */
Note: See TracChangeset for help on using the changeset viewer.