kernel/arch: cleanup function definitions

make identifiers used in the declaration and definition identical. This
is based on MISRA rule 8.3.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-03-29 10:54:23 -04:00
commit 25c87db860
12 changed files with 100 additions and 100 deletions

View file

@ -51,7 +51,7 @@ struct init_entry {
const struct device *dev;
};
void z_sys_init_run_level(int32_t _level);
void z_sys_init_run_level(int32_t level);
/* A counter is used to avoid issues when two or more system devices
* are declared in the same C file with the same init function.