Re: [U-Boot] [PATCH 1/2] post/post.c: CodingStyle cleanup

2011-11-03 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <1319917343-14604-1-git-send-email...@denx.de> you wrote: > Make checkpatch-clean.. > > Signed-off-by: Wolfgang Denk > --- > post/post.c | 59 > +++ > 1 files changed, 27 insertions(+), 32 deletions(-) Ap

Re: [U-Boot] [PATCH 1/2] post/post.c: CodingStyle cleanup

2011-10-30 Thread Marek Vasut
> Dear Marek Vasut, > > In message <201110300038.14360.marek.va...@gmail.com> you wrote: > > > Signed-off-by: Wolfgang Denk > > > --- > > > > > > post/post.c | 59 > > > > > > +++ 1 files > > > changed, 27 insertions(+), 32 deletions(-)

Re: [U-Boot] [PATCH 1/2] post/post.c: CodingStyle cleanup

2011-10-30 Thread Wolfgang Denk
Dear Marek Vasut, In message <201110300038.14360.marek.va...@gmail.com> you wrote: > > > Signed-off-by: Wolfgang Denk > > --- > > post/post.c | 59 > > +++ 1 files > > changed, 27 insertions(+), 32 deletions(-) > > > > [...] > > >

Re: [U-Boot] [PATCH 1/2] post/post.c: CodingStyle cleanup

2011-10-29 Thread Marek Vasut
> Make checkpatch-clean.. > > Signed-off-by: Wolfgang Denk > --- > post/post.c | 59 > +++ 1 files > changed, 27 insertions(+), 32 deletions(-) > [...] > if (test->cmd) { > - addr = (ulong) (test->cmd)

[U-Boot] [PATCH 1/2] post/post.c: CodingStyle cleanup

2011-10-29 Thread Wolfgang Denk
Make checkpatch-clean.. Signed-off-by: Wolfgang Denk --- post/post.c | 59 +++ 1 files changed, 27 insertions(+), 32 deletions(-) diff --git a/post/post.c b/post/post.c index dc9c0f2..ab8e959 100644 --- a/post/post.c +++ b/post/post.c @@