Re: [U-Boot] [PATCH v5 05/13] cosmetic: remove unneeded curly braces

2011-10-17 Thread Wolfgang Denk
Dear "Jason Hobbs", In message <1314805054-16250-6-git-send-email-jason.ho...@calxeda.com> you wrote: > This prevents a checkpatch warning in the patch to use isblank > > Signed-off-by: Jason Hobbs > --- > new in v4 > > changes in v5: > - none > > common/main.c |6 ++ > 1 files chang

[U-Boot] [PATCH v5 05/13] cosmetic: remove unneeded curly braces

2011-08-31 Thread Jason Hobbs
This prevents a checkpatch warning in the patch to use isblank Signed-off-by: Jason Hobbs --- new in v4 changes in v5: - none common/main.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/common/main.c b/common/main.c index 3adadfd..d812aa1 100644 --- a/common/mai