Changeset ae7d03c in mainline for uspace/srv/fs/exfat/exfat_fat.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/srv/fs/exfat/exfat_fat.c

    rb277bef rae7d03c  
    148148                if (nodep->currc_cached_valid && bn >= nodep->currc_cached_bn) {
    149149                        /*
    150                         * We can start with the cluster cached by the previous call to
    151                         * fat_block_get().
    152                         */
     150                         * We can start with the cluster cached by the previous call to
     151                         * fat_block_get().
     152                         */
    153153                        firstc = nodep->currc_cached_value;
    154154                        relbn -= (nodep->currc_cached_bn / SPC(bs)) * SPC(bs);
Note: See TracChangeset for help on using the changeset viewer.