From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 23 Dec 2011 13:39:52 +0100 Subject: [U-Boot] [PATCH 1/3] post/lib_powerpc/multi.c: make checkpatch clean In-Reply-To: <1324639752-26856-1-git-send-email-wd@denx.de> References: <20111223002150.7e9d387d@wker> <1324639752-26856-1-git-send-email-wd@denx.de> Message-ID: <20111223133952.5e09a8b4@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Wolfgang, Looks good. A minor commend below. On Fri, 23 Dec 2011 12:29:10 +0100 Wolfgang Denk wrote: > Signed-off-by: Wolfgang Denk > Cc: Anatolij Gustschin > Cc: Stefan Roese > Cc: Kumar Gala > Cc: Kim Phillips > Cc: Andy Fleming > --- > post/lib_powerpc/multi.c | 54 +++++++++++++++++++++------------------------ > 1 files changed, 25 insertions(+), 29 deletions(-) > > diff --git a/post/lib_powerpc/multi.c b/post/lib_powerpc/multi.c > index 5845616..4b4b119 100644 > --- a/post/lib_powerpc/multi.c > +++ b/post/lib_powerpc/multi.c > @@ -38,45 +38,41 @@ > > #if CONFIG_POST & CONFIG_SYS_POST_CPU > > -extern void cpu_post_exec_02 (ulong *code, ulong op1, ulong op2); > +extern void cpu_post_exec_02(ulong * code, ulong op1, ulong op2); IIRC checkpatch complains like "foo * bar" should be "foo *bar", There is surely no need to resubmit the patch, it could be changed when applying. Otherwise Acked-by: Anatolij Gustschin Thanks, Anatolij