Cosmetic: Fix whitespace for checkpatch

Checkpatch generates an error if any spaces follow the '*' when declaring
pointers.

Change-Id: If8fc4b185c5c508eadc78bcc9fa7a5050ccbdad4
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-05-22 16:53:29 -04:00 committed by Anas Nashif
commit 07c45d9e75

View file

@ -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 */