diff --git a/arch/x86/core/nanocontext.c b/arch/x86/core/nanocontext.c index abf36274ab4..5d12523fe83 100644 --- a/arch/x86/core/nanocontext.c +++ b/arch/x86/core/nanocontext.c @@ -76,7 +76,7 @@ void _ContextEntryWrapper(_ContextEntry, _ContextArg, _ContextArg, _ContextArg); */ static void _NewContextInternal( - tCCS * ccs, /* pointer to the new task's ccs */ + tCCS *ccs, /* pointer to the new task's ccs */ char *pStackMem, /* pointer to context stack memory */ unsigned stackSize, /* size of stack in bytes */ int priority, /* context priority */