From 07c45d9e752491eac85cb3b15c4ed56d5e88081f Mon Sep 17 00:00:00 2001 From: Peter Mitsis Date: Fri, 22 May 2015 16:53:29 -0400 Subject: [PATCH] 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 --- arch/x86/core/nanocontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */