Changeset 8565a42 in mainline for kernel/generic/include/mm/frame.h


Ignore:
Timestamp:
2018-03-02T20:34:50Z (7 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1a81f69, d5e5fd1
Parents:
3061bc1 (diff), 34e1206 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:34:50)
git-committer:
GitHub <noreply@…> (2018-03-02 20:34:50)
Message:

Remove all trailing whitespace, everywhere.

See individual commit messages for details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/mm/frame.h

    r3061bc1 r8565a42  
    9797        /** Frame_no of the first frame in the frames array */
    9898        pfn_t base;
    99        
     99
    100100        /** Size of zone */
    101101        size_t count;
    102        
     102
    103103        /** Number of free frame_t structures */
    104104        size_t free_count;
    105        
     105
    106106        /** Number of busy frame_t structures */
    107107        size_t busy_count;
    108        
     108
    109109        /** Type of the zone */
    110110        zone_flags_t flags;
    111        
     111
    112112        /** Frame bitmap */
    113113        bitmap_t bitmap;
    114        
     114
    115115        /** Array of frame_t structures in this zone */
    116116        frame_t *frames;
Note: See TracChangeset for help on using the changeset viewer.