Changeset 132ab5d1 in mainline for uspace/drv/nic/ar9271/ath_usb.c
- Timestamp:
- 2018-01-30T03:20:45Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/ar9271/ath_usb.c
r8bfb163 r132ab5d1 35 35 #include <usb/dev/pipes.h> 36 36 #include <usb/debug.h> 37 #include < malloc.h>37 #include <stdlib.h> 38 38 #include <errno.h> 39 39 #include "ath_usb.h" … … 56 56 * @param usb_device Connected USB device. 57 57 * 58 * @return EOK if succeed, negativeerror code otherwise.58 * @return EOK if succeed, error code otherwise. 59 59 * 60 60 */ … … 107 107 * @param buffer_size Buffer size. 108 108 * 109 * @return EOK if succeed, negativeerror code otherwise.109 * @return EOK if succeed, error code otherwise. 110 110 * 111 111 */ … … 124 124 * @param transferred_size Real size of read data. 125 125 * 126 * @return EOK if succeed, negativeerror code otherwise.126 * @return EOK if succeed, error code otherwise. 127 127 * 128 128 */ … … 140 140 * @param buffer_size Buffer size. 141 141 * 142 * @return EOK if succeed, negativeerror code otherwise.142 * @return EOK if succeed, error code otherwise. 143 143 * 144 144 */ … … 173 173 * @param transferred_size Real size of read data. 174 174 * 175 * @return EOK if succeed, negativeerror code otherwise.175 * @return EOK if succeed, error code otherwise. 176 176 * 177 177 */
Note:
See TracChangeset
for help on using the changeset viewer.