]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net/net.c: cosmetic: variable initializations
authorLuca Ceresoli <luca.ceresoli@comelit.it>
Wed, 11 May 2011 03:59:55 +0000 (03:59 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 12 May 2011 19:49:56 +0000 (21:49 +0200)
commitc586ce6e014907586c123454a5a4dcea6752e1c7
tree6bd4256b334a859b893e3bdd34cadcde0ffab307
parent3e38e429fff1ba6a0947a2f547f9ebeeef6ff3b1
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>
net/net.c