Changeset ae7d03c in mainline for kernel/generic/src/mm/as.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
  • kernel/generic/src/mm/as.c

    rb277bef rae7d03c  
    641641
    642642        /*
    643          * Create the sharing info structure.
    644          * We do this in advance for every new area, even if it is not going
    645          * to be shared.
    646          */
     643         * Create the sharing info structure.
     644         * We do this in advance for every new area, even if it is not going
     645         * to be shared.
     646         */
    647647        if (!(attrs & AS_AREA_ATTR_PARTIAL)) {
    648648                si = (share_info_t *) malloc(sizeof(share_info_t), 0);
Note: See TracChangeset for help on using the changeset viewer.