commit | 3ad9b358e03fd9dbf6705721490c811b666b0fe2 | [log] [tgz] |
---|---|---|
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | Wed Nov 16 14:05:33 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 16 23:12:20 2011 -0500 |
tree | 4fdb8fa7daee75ab9daffc9d4870afe1a6fd4a3b | |
parent | 09da71b1212f900cca390d2bffc32b2ae4e4eee2 [diff] |
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>