projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c30685c
)
staging: iio: adc: add spaces around binary operators
author
Ioana Ciornei
<
[email protected]
>
Wed, 14 Oct 2015 18:14:16 +0000
(21:14 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sat, 17 Oct 2015 05:47:28 +0000
(22:47 -0700)
Add spaces around binary operators like -, +, * etc
in order to improve readability
Signed-off-by: Ioana Ciornei <
[email protected]
>
Reviewed-by: Daniel Baluta <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/iio/adc/ad7816.c
patch
|
blob
|
history
diff --git
a/drivers/staging/iio/adc/ad7816.c
b/drivers/staging/iio/adc/ad7816.c
index 4e954d25bd6ed7eae7f7ebcd58eee9f183ece2bb..663608762b6be309ae4a4668f1648d845b374a2e 100644
(file)
--- 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;
};