mirror of https://gitee.com/openkylin/linux.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 <ciorneiioana@gmail.com> Reviewed-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c30685c67c
commit
5feb8c51db
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue