Re: [PATCH] Staging: pi433: fix brace coding style issues in pi433_if.c

2017-12-04 Thread Marek Tomas
On 12/04/2017 10:32 AM, Dan Carpenter wrote: > On Sat, Dec 02, 2017 at 10:05:20PM +0100, Tomas Marek wrote: >> @@ -578,13 +546,9 @@ static irqreturn_t DIO1_irq_handler(int irq, void >> *dev_id) >> SET_CHECKED(rf69_set_mode(spi, standby)); /* this clears the >> fifo */ >>

Re: [PATCH] Staging: pi433: fix brace coding style issues in pi433_if.c

2017-12-03 Thread Marek Tomas
On 12/02/2017 10:50 PM, Joe Perches wrote: > On Sat, 2017-12-02 at 22:05 +0100, Tomas Marek wrote: >> This patch fix several brace on next line, braces not necessary, space >> around =/<, and space before/after open/close parenthesis coding style >> errors find by checkpatch in pi433_if.c. >> >> Si