Changeset 5a97302 in mainline


Ignore:
Timestamp:
2016-09-17T15:38:09Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b30846e
Parents:
ae66564
Message:

Use a more descriptive name for static function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/ops/pagein.c

    rae66564 r5a97302  
    4444#include <arch.h>
    4545
    46 static int answer_preprocess(call_t *answer, ipc_data_t *olddata)
     46static int pagein_answer_preprocess(call_t *answer, ipc_data_t *olddata)
    4747{
    4848        /*
     
    8787        .request_process = null_request_process,
    8888        .answer_cleanup = null_answer_cleanup,
    89         .answer_preprocess = answer_preprocess,
     89        .answer_preprocess = pagein_answer_preprocess,
    9090        .answer_process = null_answer_process,
    9191};
Note: See TracChangeset for help on using the changeset viewer.