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:
parent
bbbc38ba8f
commit
25c87db860
12 changed files with 100 additions and 100 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue