commit | 9bb0a1bf9883a436b60e1430ca67792596c21556 | [log] [tgz] |
---|---|---|
author | Luca Ceresoli <luca.ceresoli@comelit.it> | Sat May 14 05:50:03 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu May 19 21:36:21 2011 +0200 |
tree | f9f2e168743852eb1ec9dc2f1fefe6220443594f | |
parent | 0bdd8acc35c152a1d934a59306f63586b47453a8 [diff] |
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>