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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/fs/fatfs.c

    r473 r484  
    224224
    225225//////////////////////////////////////////////////////////////////////////////////////////
    226 void fatfs_ctx_display()
     226void fatfs_ctx_display( void )
    227227{
    228228    vfs_ctx_t   * vfs_ctx   = &fs_context[FS_TYPE_FATFS];
     
    328328
    329329///////////////////////////////
    330 fatfs_ctx_t * fatfs_ctx_alloc()
     330fatfs_ctx_t * fatfs_ctx_alloc( void )
    331331{
    332332    kmem_req_t    req;
Note: See TracChangeset for help on using the changeset viewer.