Julia Lawall
3653910714
net/wireless: Remove double test
...
The same expression is tested twice and the result is the same each time.
The sematic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/ )
// <smpl>
@expression@
expression E;
@@
(
* E
|| ... || E
|
* E
&& ... && E
)
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-08-31 14:20:40 -04:00
..
2010-08-02 14:28:36 -05:00
2010-07-18 15:38:44 -07:00
2010-08-04 21:53:17 -07:00
2010-04-20 16:37:13 -07:00
2010-08-10 07:59:11 -04:00
2010-08-02 22:22:46 -07:00
2010-07-22 14:14:47 -07:00
2010-08-03 00:31:48 -07:00
2010-08-16 15:26:40 -04:00
2010-07-18 15:07:14 -07:00
2010-06-10 23:31:35 -07:00
2010-07-20 18:25:24 -07:00
2010-06-11 18:37:08 -07:00
2010-07-14 18:27:09 -07:00
2010-05-23 23:11:07 -07:00
2010-08-07 20:24:28 -07:00
2010-08-04 15:31:02 -07:00
2010-08-04 21:53:17 -07:00
2010-06-03 03:21:52 -07:00
2010-05-17 23:23:13 -07:00
2010-08-04 21:53:17 -07:00
2010-05-12 00:05:35 -07:00
2010-08-31 14:20:40 -04:00
2010-08-04 15:31:02 -07:00
2010-05-17 23:23:14 -07:00
2010-07-26 21:00:10 -07:00
2010-04-20 16:37:13 -07:00
2010-06-02 05:53:56 -07:00
2010-07-20 18:25:24 -07:00
2010-05-29 00:18:48 -07:00
2010-08-01 00:32:12 -07:00
2010-08-04 21:53:16 -07:00
2010-08-07 22:45:41 -07:00
2010-08-04 15:31:02 -07:00
2010-07-21 15:33:01 +10:00
2010-05-12 23:02:29 -07:00
2010-07-20 13:28:05 -07:00
2010-07-12 20:21:47 -07:00
2010-05-20 21:04:44 -07:00
2010-08-31 14:20:40 -04:00
2010-05-17 17:39:28 -07:00
2010-07-20 18:25:24 -07:00
2010-06-03 20:03:40 -07:00
2010-07-26 13:13:49 -07:00
2010-06-29 15:32:43 -07:00
2010-07-18 19:15:26 -07:00
2010-05-17 23:23:14 -07:00