]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: drivers: use bool type instead of double negation
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Wed, 16 Nov 2011 14:05:33 +0000 (14:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Nov 2011 04:12:20 +0000 (23:12 -0500)
commit3ad9b358e03fd9dbf6705721490c811b666b0fe2
tree4fdb8fa7daee75ab9daffc9d4870afe1a6fd4a3b
parent09da71b1212f900cca390d2bffc32b2ae4e4eee2
net: drivers: use bool type instead of double negation

Save some punctuation by using bool type's property equivalent to
doubled negation operator.

Reported-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/jme.c
drivers/net/ethernet/marvell/mv643xx_eth.c
drivers/net/ethernet/marvell/sky2.c
drivers/net/xen-netfront.c