mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 01:36:52 +09:00
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:
committed by
Greg Kroah-Hartman
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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user