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

staging: iio: adc: add blank line after declarations

Insert a blank line after declarations

Signed-off-by: Ioana Ciornei <ciorneiioana@gmail.com>
Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ioana Ciornei and committed by
Greg Kroah-Hartman
779c123e 5feb8c51

+2
+1
drivers/staging/iio/adc/ad7606_par.c
··· 113 113 .suspend = ad7606_par_suspend, 114 114 .resume = ad7606_par_resume, 115 115 }; 116 + 116 117 #define AD7606_PAR_PM_OPS (&ad7606_pm_ops) 117 118 118 119 #else
+1
drivers/staging/iio/adc/ad7606_spi.c
··· 85 85 .suspend = ad7606_spi_suspend, 86 86 .resume = ad7606_spi_resume, 87 87 }; 88 + 88 89 #define AD7606_SPI_PM_OPS (&ad7606_pm_ops) 89 90 90 91 #else