Files
linux-apfs/drivers/staging
Julia Lawall a2f9dc5534 drivers/staging: adjust double test
Rewrite a duplicated test to test the correct value

The semantic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
expression E;
@@

(
* E
  || ... || E
|
* E
  && ... && E
)
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-02-09 09:13:55 -08:00
..
2012-02-08 17:02:09 -08:00
2011-12-22 13:46:15 -08:00
2012-02-08 16:58:04 -08:00
2012-02-08 17:13:01 -08:00