Tag: a2f9dc55345baff05378c23de6e9e026f6838556

drivers/staging: adjust double test

Author: Julia Lawall <Julia.Lawall@lip6.fr> Rewrite a duplicated test to test the correct value The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @@ expression E; @@ ( * E || … || E | * E && … && E ) // Signed-off-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman — drivers/staging/rtl8192e/rtllib_rx.c | 2 …

Continue reading