Staging: iio: meter: Remove space before start of line
authorDarshana Padmadas <[email protected]>
Tue, 30 Sep 2014 17:34:59 +0000 (23:04 +0530)
committerGreg 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

index 54d5531f70e2fd54d8633756a80a475bbb11b825..8f0de02839b73c72d7ff83998133e8801c91979a 100644 (file)
        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) \