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
..
2009-12-21 18:56:10 -05:00
2010-06-02 16:13:17 -04:00
2010-08-24 16:27:56 -04:00
2010-08-24 16:27:56 -04:00
2009-12-21 18:56:10 -05:00
2010-03-30 22:02:32 +09:00
2009-10-30 16:49:18 -04:00
2009-10-07 16:39:46 -04:00
2009-10-07 16:39:49 -04:00
2010-07-20 16:49:37 -04:00
2010-07-26 15:32:41 -04:00
2009-12-28 16:31:37 -05:00
2010-07-26 15:09:04 -04:00
2010-07-26 15:09:04 -04:00
2010-07-26 15:09:04 -04:00
2008-11-21 11:08:17 -05:00
2009-12-21 18:56:10 -05:00
2010-08-24 16:27:56 -04:00
2010-08-27 13:27:07 -04:00
2010-08-24 16:27:56 -04:00
2010-02-08 16:50:53 -05:00
2010-08-16 14:39:47 -04:00
2010-06-18 15:11:13 -04:00
2009-12-21 18:56:10 -05:00
2010-07-14 13:52:45 -04:00
2010-07-20 16:49:38 -04:00
2010-08-16 15:26:40 -04:00
2007-04-25 22:29:41 -07:00
2010-08-27 13:27:07 -04:00
2010-07-20 16:49:37 -04:00
2009-08-14 09:13:42 -04:00
2010-08-31 14:20:40 -04:00
2010-03-30 22:02:32 +09:00
2010-01-17 19:16:02 -08:00
2010-08-27 13:27:07 -04:00
2009-10-07 16:39:43 -04:00