From: Ioana Ciornei Date: Wed, 14 Oct 2015 18:14:16 +0000 (+0300) Subject: staging: iio: adc: add spaces around binary operators X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5feb8c51dba6813bcfbdeb688cd5fd6bcde2c5da;p=linux-beck.git 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 Reviewed-by: Daniel Baluta Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/iio/adc/ad7816.c b/drivers/staging/iio/adc/ad7816.c index 4e954d25bd6e..663608762b6b 100644 --- a/drivers/staging/iio/adc/ad7816.c +++ b/drivers/staging/iio/adc/ad7816.c @@ -48,7 +48,7 @@ struct ad7816_chip_info { u16 rdwr_pin; u16 convert_pin; u16 busy_pin; - u8 oti_data[AD7816_CS_MAX+1]; + u8 oti_data[AD7816_CS_MAX + 1]; u8 channel_id; /* 0 always be temperature */ u8 mode; };