Changeset ae7d03c in mainline for uspace/drv/platform/malta/malta.c


Ignore:
Timestamp:
2018-05-10T13:39:19Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e8975278
Parents:
b277bef
git-author:
Jiri Svoboda <jiri@…> (2018-05-10 07:38:12)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-10 13:39:19)
Message:

Selected ccheck-proposed comment fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/platform/malta/malta.c

    rb277bef rae7d03c  
    233233
    234234        /*
    235          * We need to disable byte swapping of the outgoing and incoming
    236          * PCI data, because the PCI driver assumes no byte swapping behind
    237          * the scenes and takes care of it itself.
    238          */
     235         * We need to disable byte swapping of the outgoing and incoming
     236         * PCI data, because the PCI driver assumes no byte swapping behind
     237         * the scenes and takes care of it itself.
     238         */
    239239        ret = pio_enable((void *) GT_BASE, GT_SIZE, (void **) &gt);
    240240        if (ret != EOK)
Note: See TracChangeset for help on using the changeset viewer.