Tag: 0b7ceaa665d2ff938d6e42f41eee944926e180ee

staging: dgnc: delete parentheses around right hand side of assignment

Author: Eva Rachel Retuya <eraretuya@gmail.com> Eliminate unneeded parentheses around the right hand side of an assignment. Coccinelle semantic patch used: @@ expression e1, e2; identifier v; @@ ( v = (e1 == e2) | v = (e1 != e2) | v = (e1 = e2) | v = – ( e1 – ) ) Signed-off-by: …

Continue reading