Tag: 732053a0a005397374e3afc54618ef5e3e524eed

staging: sm750fb: Remove parentheses from return arguments

Author: Amitoj Kaur Chawla <amitoj1606@gmail.com> Remove unnecessary parentheses from return arguments. The Coccinelle semantic patch that makes this change is as follows: // @@ identifier i; constant c; @@ return – ( \(i\|-i\|i(…)\|c\) – ) ; // Signed-off-by: Amitoj Kaur Chawla Signed-off-by: Greg Kroah-Hartman — drivers/staging/sm750fb/ddk750_hwi2c.c | 4 ++– drivers/staging/sm750fb/ddk750_sii164.c | 2 +- 2 files …

Continue reading