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:
parent
e948817ee5
commit
07c45d9e75
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue