commit | d01bc1ce61dccab87f8d40dcabd6108e1db86925 | [log] [tgz] |
---|---|---|
author | Luca Ceresoli <luca.ceresoli@comelit.it> | Wed May 11 03:59:55 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu May 12 21:49:56 2011 +0200 |
tree | 6bd4256b334a859b893e3bdd34cadcde0ffab307 | |
parent | 5c83a96a2af8b9e15eb0432492f8800f630ec217 [diff] |
net/net.c: cosmetic: variable initializations This removes the following checkpatch errors: - ERROR: do not initialise globals to 0 or NULL - ERROR: spaces required around that '=' (ctx:VxV) - ERROR: that open brace { should be on the previous line Signed-off-by: Luca Ceresoli <luca.ceresoli@comelit.it> Cc: Wolfgang Denk <wd@denx.de> Cc: Ben Warren <biggerbadderben@gmail.com> Cc: Mike Frysinger <vapier@gentoo.org>