Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: iio: ade7758: Use a blank line after function/struct declarations.

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>

authored by

Sandhya Bankar and committed by
Greg Kroah-Hartman
93636775 929d2691

+6
+6
drivers/staging/iio/meter/ade7758.h
··· 129 129 unsigned char tx_buf[8]; 130 130 131 131 }; 132 + 132 133 #ifdef CONFIG_IIO_BUFFER 133 134 /* At the moment triggers are only used for ring buffer 134 135 * filling. This may change! ··· 158 157 static inline void ade7758_remove_trigger(struct iio_dev *indio_dev) 159 158 { 160 159 } 160 + 161 161 static inline int ade7758_probe_trigger(struct iio_dev *indio_dev) 162 162 { 163 163 return 0; ··· 168 166 { 169 167 return 0; 170 168 } 169 + 171 170 static inline void ade7758_unconfigure_ring(struct iio_dev *indio_dev) 172 171 { 173 172 } 173 + 174 174 static inline int ade7758_initialize_ring(struct iio_ring_buffer *ring) 175 175 { 176 176 return 0; 177 177 } 178 + 178 179 static inline void ade7758_uninitialize_ring(struct iio_dev *indio_dev) 179 180 { 180 181 } 182 + 181 183 #endif /* CONFIG_IIO_BUFFER */ 182 184 183 185 #endif