]> git.sur5r.net Git - u-boot/commit
net/tftp.c: cosmetic: do not initialise statics to 0 or NULL
authorLuca Ceresoli <luca.ceresoli@comelit.it>
Sat, 14 May 2011 05:50:03 +0000 (05:50 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 19 May 2011 19:36:21 +0000 (21:36 +0200)
commit9bb0a1bf9883a436b60e1430ca67792596c21556
treef9f2e168743852eb1ec9dc2f1fefe6220443594f
parent0bdd8acc35c152a1d934a59306f63586b47453a8
net/tftp.c: cosmetic: do not initialise statics to 0 or NULL

This removes the following checkpatch issue:
 - ERROR: do not initialise statics to 0 or NULL

Signed-off-by: Luca Ceresoli <luca.ceresoli@comelit.it>
Cc: Wolfgang Denk <wd@denx.de>
net/tftp.c