mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
staging: iio: light: Add a blank line after declarations
This fixes the following checkpatch.pl warning: WARNING: Missing a blank line after declarations Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com> Acked-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
10b2e445aa
commit
2bd7e245ea
@@ -1964,6 +1964,7 @@ static int tsl2x7x_suspend(struct device *dev)
|
||||
|
||||
if (chip->pdata && chip->pdata->platform_power) {
|
||||
pm_message_t pmm = {PM_EVENT_SUSPEND};
|
||||
|
||||
chip->pdata->platform_power(dev, pmm);
|
||||
}
|
||||
|
||||
@@ -1978,6 +1979,7 @@ static int tsl2x7x_resume(struct device *dev)
|
||||
|
||||
if (chip->pdata && chip->pdata->platform_power) {
|
||||
pm_message_t pmm = {PM_EVENT_RESUME};
|
||||
|
||||
chip->pdata->platform_power(dev, pmm);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user