net: fix coding style nit
commitacedcfbf7a9a29c772f613bafac9f3430faa6347
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 30 Sep 2009 18:56:44 +0000 (30 18:56 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 30 Sep 2009 18:56:44 +0000 (30 18:56 +0000)
tree5c206502b999ed7cf40f4069de7e9c06327bae5e
parente8bbe36c03c6044953aa5b3fa8bcd7cb7b7b88e3
net: fix coding style nit

Put space between = and - assigning a negative number
to avoid confusion with old-style "-="
(which we also have, and need to be fixed).

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
net.c