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:
8594e07
)
Staging: iio: meter: Remove space before start of line
author
Darshana Padmadas
<
[email protected]
>
Tue, 30 Sep 2014 17:34:59 +0000
(23:04 +0530)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 2 Oct 2014 17:04:18 +0000
(10:04 -0700)
This patch removes spaces before start of the line reported by checkpatch.pl
Signed-off-by: Darshana Padmadas <
[email protected]
>
Acked-by: Daniel Baluta <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/iio/meter/meter.h
patch
|
blob
|
history
diff --git
a/drivers/staging/iio/meter/meter.h
b/drivers/staging/iio/meter/meter.h
index 54d5531f70e2fd54d8633756a80a475bbb11b825..8f0de02839b73c72d7ff83998133e8801c91979a 100644
(file)
--- a/
drivers/staging/iio/meter/meter.h
+++ b/
drivers/staging/iio/meter/meter.h
@@
-345,7
+345,7
@@
IIO_DEVICE_ATTR(vperiod, _mode, _show, _store, _addr)
#define IIO_DEV_ATTR_CH_OFF(_num, _mode, _show, _store, _addr) \
- IIO_DEVICE_ATTR(choff_##_num, _mode, _show, _store, _addr)
+
IIO_DEVICE_ATTR(choff_##_num, _mode, _show, _store, _addr)
/* active energy register, AENERGY, is more than half full */
#define IIO_EVENT_ATTR_AENERGY_HALF_FULL(_evlist, _show, _store, _mask) \