staging: pi433: pi433_if.c codestyle fix
authorOliver Graute <oliver.graute@gmail.com>
Sun, 26 Nov 2017 20:07:10 +0000 (21:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2017 13:11:49 +0000 (14:11 +0100)
commitc976752e39988b0b8d7d4d7f06ed0f67582b4d46
tree97bd243313f9980bfda25af21384d55ba3de1705
parent9be5755c4ae7ac2b5696493fcc706c7d4b81f525
staging: pi433: pi433_if.c codestyle fix

This patch fixes the following checkpatch.pl error:

ERROR: spaces required around that '>=' (ctx:VxV)
#930: FILE: pi433_if.c:930:
+ for (i--; i>=0; i--)

ERROR: spaces required around that '=' (ctx:VxV)
#970: FILE: pi433_if.c:970:
+ for (i=0; i<NUM_DIO; i++)

Signed-off-by: Oliver Graute <oliver.graute@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/pi433_if.c