linux/drivers/staging/pi433
Oliver Graute c976752e39 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>
2017-11-28 14:11:49 +01:00
..
Documentation Staging: pi433: fix grammar issues 2017-09-29 15:22:51 +02:00
Kconfig staging: pi433: depends on SPI 2017-07-28 16:55:40 -07:00
Makefile
pi433_if.c staging: pi433: pi433_if.c codestyle fix 2017-11-28 14:11:49 +01:00
pi433_if.h staging: pi433: Fixed coding style issues with braces 2017-11-28 14:07:15 +01:00
rf69_enum.h staging: pi433: Fixed coding style issues with braces 2017-11-28 14:07:15 +01:00
rf69_registers.h staging: pi433: Style fix - align block comments 2017-07-28 17:03:19 -07:00
rf69.c staging: pi433: rf69.c style fix - space before asterisk 2017-10-18 15:56:32 +02:00
rf69.h Staging: Pi433: style fix - tabs and spaces 2017-08-31 18:28:34 +02:00
TODO