Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: iio: adc: add spaces around binary operators

Add spaces around binary operators like -, +, * etc
in order to improve readability

Signed-off-by: Ioana Ciornei <ciorneiioana@gmail.com>
Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ioana Ciornei and committed by
Greg Kroah-Hartman
5feb8c51 c30685c6

+1 -1
+1 -1
drivers/staging/iio/adc/ad7816.c
··· 48 48 u16 rdwr_pin; 49 49 u16 convert_pin; 50 50 u16 busy_pin; 51 - u8 oti_data[AD7816_CS_MAX+1]; 51 + u8 oti_data[AD7816_CS_MAX + 1]; 52 52 u8 channel_id; /* 0 always be temperature */ 53 53 u8 mode; 54 54 };