]> bbs.cooldavid.org Git - jme.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)
committerGuo-Fu Tseng <cooldavid@cooldavid.org>
Fri, 24 Feb 2012 03:25:42 +0000 (11:25 +0800)
commitce2c537dad769e39cc60c232ab6c51703640c98c
tree120f1ae3779e3a5748b666504e725b05f887d434
parent6c20aa9778aa10684058d2456ca6b9be44946d49
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