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

ACPI: LPSS: add a missed blank line after declarations

Add a missed blank line after declarations, reported by checkpatch.pl.

Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Xiaofei Tan and committed by
Rafael J. Wysocki
bb415ed5 fc6a1f84

+2
+2
drivers/acpi/acpi_lpss.c
··· 377 377 static int is_memory(struct acpi_resource *res, void *not_used) 378 378 { 379 379 struct resource r; 380 + 380 381 return !acpi_dev_resource_memory(res, &r); 381 382 } 382 383 ··· 1201 1200 if (pdata->dev_desc->resume_from_noirq) { 1202 1201 /* This is analogous to the acpi_lpss_suspend_noirq() case. */ 1203 1202 int ret = acpi_lpss_do_poweroff_late(dev); 1203 + 1204 1204 if (ret) 1205 1205 return ret; 1206 1206 }