Re: [U-Boot] [PATCH 5/8] net/tftp.c: cosmetic: fix brace issues

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1305388203-22983-6-git-send-email-luca.ceres...@comelit.it> you wrote: > This removes the following checkpatch issues: > - WARNING: braces {} are not necessary for single statement blocks > - WARNING: braces {} are not necessary for any arm of this statement > >

[U-Boot] [PATCH 5/8] net/tftp.c: cosmetic: fix brace issues

2011-05-14 Thread Luca Ceresoli
This removes the following checkpatch issues: - WARNING: braces {} are not necessary for single statement blocks - WARNING: braces {} are not necessary for any arm of this statement Signed-off-by: Luca Ceresoli Cc: Wolfgang Denk --- net/tftp.c | 17 ++--- 1 files changed, 6 inse