Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 779c123e authored by Ioana Ciornei's avatar Ioana Ciornei Committed by Greg Kroah-Hartman
Browse files

staging: iio: adc: add blank line after declarations



Insert a blank line after declarations

Signed-off-by: default avatarIoana Ciornei <ciorneiioana@gmail.com>
Reviewed-by: default avatarDaniel Baluta <daniel.baluta@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5feb8c51
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ static const struct dev_pm_ops ad7606_pm_ops = {
	.suspend = ad7606_par_suspend,
	.resume  = ad7606_par_resume,
};

#define AD7606_PAR_PM_OPS (&ad7606_pm_ops)

#else
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ static const struct dev_pm_ops ad7606_pm_ops = {
	.suspend = ad7606_spi_suspend,
	.resume  = ad7606_spi_resume,
};

#define AD7606_SPI_PM_OPS (&ad7606_pm_ops)

#else