]> git.openfabrics.org - ~emulex/infiniband.git/commit
ipv4: remove 0/NULL assignment on static
authorFabian Frederick <fabf@skynet.be>
Tue, 4 Nov 2014 19:37:46 +0000 (20:37 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Nov 2014 20:09:52 +0000 (15:09 -0500)
commit0d3979b9c711bf823d65e8abe9ab2e8bff0669fa
tree3bc5f6c03240e386b34f55d71bbc7b0682365e05
parentc9f503b00622525bb9a549ff38c4bb20b4287b84
ipv4: remove 0/NULL assignment on static

static values are automatically initialized to 0

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipconfig.c