]> bbs.cooldavid.org Git - jme.git/commit - jme.c
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)
committerGuo-Fu Tseng <cooldavid@cooldavid.org>
Wed, 22 Feb 2012 18:17:43 +0000 (02:17 +0800)
commitf0a10b939bf467d2f62784e3deecae58416bc222
tree9cf4161c66a36be40f3281c4fa1f94a198b57ee9
parentae968fb3497bc74c6dcb86ace5b7ad038dac613c
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>
jme.c