Ignore:
Timestamp:
2011-04-07T16:24:21Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
53debe0, 8436590, fc35e98
Parents:
3f56c90
Message:

improve comments, use C++ style comments for TODOs and FIXMEs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/generic/net_checksum.c

    r3f56c90 rccca251  
    106106                                seed = (seed << 1) ^ ((uint32_t) CRC_DIVIDER_BE);
    107107                        } else {
    108                                 /* shift otherwise */
     108                                /* Shift otherwise */
    109109                                seed <<= 1;
    110110                        }
Note: See TracChangeset for help on using the changeset viewer.