Staging: iio: ade7758: Use a blank line after function/struct declarations.
authorSandhya Bankar <bankarsandhya512@gmail.com>
Mon, 21 Mar 2016 07:45:13 +0000 (13:15 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Mar 2016 14:30:36 +0000 (07:30 -0700)
Use a blank line after function/struct declarations.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/meter/ade7758.h

index f6739e2..ff7c764 100644 (file)
@@ -129,6 +129,7 @@ struct ade7758_state {
        unsigned char           tx_buf[8];
 
 };
+
 #ifdef CONFIG_IIO_BUFFER
 /* At the moment triggers are only used for ring buffer
  * filling. This may change!
@@ -157,6 +158,7 @@ int ade7758_spi_read_reg_8(struct device *dev,
 static inline void ade7758_remove_trigger(struct iio_dev *indio_dev)
 {
 }
+
 static inline int ade7758_probe_trigger(struct iio_dev *indio_dev)
 {
        return 0;
@@ -166,16 +168,20 @@ static int ade7758_configure_ring(struct iio_dev *indio_dev)
 {
        return 0;
 }
+
 static inline void ade7758_unconfigure_ring(struct iio_dev *indio_dev)
 {
 }
+
 static inline int ade7758_initialize_ring(struct iio_ring_buffer *ring)
 {
        return 0;
 }
+
 static inline void ade7758_uninitialize_ring(struct iio_dev *indio_dev)
 {
 }
+
 #endif /* CONFIG_IIO_BUFFER */
 
 #endif