Changeset c477c80 in mainline for uspace/drv


Ignore:
Timestamp:
2019-01-03T22:23:00Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06412ba
Parents:
7acd787
Message:

Fix some common misspellings

Location:
uspace/drv
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/ahci/ahci.c

    r7acd787 rc477c80  
    816816 *
    817817 * @param sata     SATA device structure.
    818  * @param phys     Physical addres of buffer with sector data.
     818 * @param phys     Physical address of buffer with sector data.
    819819 * @param blocknum Block number to write.
    820820 *
  • uspace/drv/bus/usb/ehci/hw_struct/iso_transfer_descriptor.h

    r7acd787 rc477c80  
    5656#define ITD_TRANSACTION_STATUS_BABBLE_FLAG   (1 << 29)
    5757#define ITD_TRANSACTION_STATUS_TRANS_ERROR_FLAG  (1 << 28)
    58 #define ITD_TRANSACTION_LENGHT_MASK    0xfff
    59 #define ITD_TRANSACTION_LENGHT_SHIFT   16
     58#define ITD_TRANSACTION_LENGTH_MASK    0xfff
     59#define ITD_TRANSACTION_LENGTH_SHIFT   16
    6060#define ITD_TRANSACTION_IOC_FLAG       (1 << 15)
    6161#define ITD_TRANSACTION_PG_MASK        0x3
  • uspace/drv/nic/rtl8139/driver.h

    r7acd787 rc477c80  
    107107        void *tx_buff_virt;
    108108
    109         /** Virtual adresses of the Tx buffers */
     109        /** Virtual addresses of the Tx buffers */
    110110        void *tx_buff[TX_BUFF_COUNT];
    111111
Note: See TracChangeset for help on using the changeset viewer.