Skip to content
Commit 740c1989 authored by Lee Jones's avatar Lee Jones
Browse files

mfd: cs5535-mfd: Add missing line spacing and make local array static



WARNING: Missing a blank line after declarations
+       struct resource *res;
+       res = platform_get_resource(pdev, IORESOURCE_IO, 0);

WARNING: char * array declaration might be better as static const
+       const char *acpi_clones[] = { "olpc-xo1-pm-acpi", "olpc-xo1-sci-acpi" };

total: 0 errors, 2 warnings, 192 lines checked

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 8827a642
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment