Tag: dce34aee0088fbe89c05cb8e1a21d5bed4fedc5b

drivers: staging: rtl8188eu: core: Removed unnecessary parentheses

Author: Tina Johnson <tinajohnson.1234@gmail.com> Parentheses around the right side of an assignment statement are unnecessary and hence removed. Coccinelle was used to produce the patch: @rule1@ identifier x,y; constant c; @@ ( x = -( y > c -) ; | x = -( y + c -) ; | x = -( y – …

Continue reading