Changeset 486 for trunk/kernel/mm/kmem.c


Ignore:
Timestamp:
Aug 21, 2018, 9:53:19 PM (6 years ago)
Author:
viala@…
Message:

[mm] Add void type to function prototypes with no parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/mm/kmem.c

    r457 r486  
    5252
    5353///////////////////////////
    54 void kmem_print_kcm_table()
     54void kmem_print_kcm_table( void )
    5555{
    5656        uint32_t    index;
Note: See TracChangeset for help on using the changeset viewer.