Rusty Russell
3db1cd5c05
net: fix assignment of 0/1 to bool variables.
...
DaveM said:
Please, this kind of stuff rots forever and not using bool properly
drives me crazy.
Joe Perches <joe@perches.com> gave me the spatch script:
@@
bool b;
@@
-b = 0
+b = false
@@
bool b;
@@
-b = 1
+b = true
I merely installed coccinelle, read the documentation and took credit.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-12-19 22:27:29 -05:00
..
2011-12-16 15:49:52 -05:00
2011-12-19 22:27:29 -05:00
2011-12-16 15:49:52 -05:00
2011-12-01 22:19:01 -05:00
2011-03-15 20:16:20 +01:00
2011-10-31 19:30:30 -04:00
2011-01-18 18:12:24 +01:00
2011-12-19 16:01:38 -05:00
2011-11-22 00:34:47 +01:00
2011-10-31 19:30:30 -04:00
2011-08-02 04:29:23 -07:00
2011-06-06 01:35:10 +02:00
2011-04-04 15:21:02 +02:00
2011-12-16 15:49:52 -05:00
2011-08-02 04:29:23 -07:00
2011-06-06 01:35:10 +02:00
2011-01-18 18:12:24 +01:00
2011-11-22 00:34:47 +01:00
2011-08-30 15:23:03 +02:00
2011-12-16 15:49:52 -05:00
2011-12-16 15:49:52 -05:00
2011-12-16 15:49:52 -05:00
2011-12-16 15:49:52 -05:00
2011-12-16 15:49:52 -05:00
2011-12-16 15:49:52 -05:00
2011-06-06 01:35:10 +02:00
2011-06-06 01:35:10 +02:00
2011-01-18 18:12:24 +01:00
2011-04-17 17:03:33 -07:00
2011-01-19 16:00:07 +01:00
2011-08-02 04:29:23 -07:00
2011-08-07 23:20:26 -07:00
2011-02-17 11:32:38 +01:00
2011-11-01 09:19:49 +01:00
2011-08-30 15:01:20 +02:00
2011-08-02 04:29:23 -07:00
2011-10-31 19:30:28 -04:00
2011-12-16 15:49:52 -05:00
2011-12-03 09:35:10 -08:00
2011-03-15 13:26:32 +01:00
2011-05-10 12:13:36 +02:00
2011-01-18 06:33:54 +01:00
2011-04-21 11:05:14 +02:00
2011-02-03 00:05:43 +01:00
2011-05-10 10:00:21 +02:00
2011-12-16 15:49:52 -05:00
2011-07-01 16:11:15 -07:00
2011-07-01 16:11:15 -07:00
2011-11-01 09:19:49 +01:00
2011-02-04 14:28:58 -08:00
2011-01-13 10:30:27 +09:00
2011-01-18 06:33:54 +01:00
2011-12-16 15:49:52 -05:00
2011-05-07 22:51:12 -07:00
2011-10-31 19:30:28 -04:00
2011-07-29 16:24:46 +02:00
2011-07-20 14:10:19 -07:00
2011-06-21 16:03:17 -07:00
2011-12-16 15:49:52 -05:00
2011-10-31 19:30:28 -04:00
2011-12-16 15:49:52 -05:00
2011-12-16 15:49:52 -05:00
2011-12-16 15:49:52 -05:00
2011-12-16 15:49:52 -05:00