coding guidelines: comply with MISRA C:2012 Rule 8.2
MISRA C:2012 Rule 8.2 (Function types shall be in prototype form with named parameters.) Added missing parameter names. Signed-off-by: Abramo Bagnara <abramo.bagnara@bugseng.com>
This commit is contained in:
parent
05ec016157
commit
d1d5acd2cd
5 changed files with 8 additions and 8 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <offsets_short.h>
|
||||
#include <x86_mmu.h>
|
||||
|
||||
extern void x86_sse_init(struct k_thread *); /* in locore.S */
|
||||
extern void x86_sse_init(struct k_thread *thread); /* in locore.S */
|
||||
|
||||
/* FIXME: This exists to make space for a "return address" at the top
|
||||
* of the stack. Obviously this is unused at runtime, but is required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue