Re: [PATCH 6/7] mtd: denali: remove unnecessary parentheses

2014-09-08 Thread Josh Triplett
On Mon, Sep 08, 2014 at 05:10:12PM +0900, Masahiro Yamada wrote: > We should use parentheses only when they are necessary > or they really improve the readability. > > Signed-off-by: Masahiro Yamada This seems fine; none of these parentheses are needed, since the relative precedence of the relev

[PATCH 6/7] mtd: denali: remove unnecessary parentheses

2014-09-08 Thread Masahiro Yamada
We should use parentheses only when they are necessary or they really improve the readability. Signed-off-by: Masahiro Yamada --- drivers/mtd/nand/denali.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/mtd/nand/denali.c b/drivers/mtd/nand/denali.c