]> git.ipfire.org Git - people/ms/u-boot.git/commit
net/tftp.c: cosmetic: fix brace issues
authorLuca Ceresoli <luca.ceresoli@comelit.it>
Sat, 14 May 2011 05:50:00 +0000 (05:50 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 19 May 2011 19:36:02 +0000 (21:36 +0200)
commit7bc325a1b2dfda4a16789cc3b9387dbe1174af41
tree49361362bfee59fbc7755fd60a69913cfdb59620
parent2cb53608076381e2cc4472790a0d768717d01b32
net/tftp.c: cosmetic: fix brace issues

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 <luca.ceresoli@comelit.it>
Cc: Wolfgang Denk <wd@denx.de>
net/tftp.c