commit | 740c19895917d9a25abea65fb20fb13af764ac09 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Wed Oct 28 16:44:58 2015 +0000 |
committer | Lee Jones <lee.jones@linaro.org> | Thu Jan 14 08:44:02 2016 +0000 |
tree | 55aa057085a893b1dbcefe08f1d0939945395943 | |
parent | 8827a642a4635d5e696037f9213cb1d015d4cec3 [diff] |
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: Lee Jones <lee.jones@linaro.org>