mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 13:51:44 +00:00
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>
This commit is contained in:
parent
5feb8c51db
commit
779c123e1a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user