diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-07-21 16:47:51 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-07-25 15:31:45 +0100 |
commit | 9ef4e935c28de5c1936a0ac2529708f2541ab4a0 (patch) | |
tree | 465190043206b5a9d4209d3dadb4f26002d772a8 /drivers/mfd/rtsx_pcr.c | |
parent | 9336fe9104120688dc61fdc3d74a123c49ff5ea2 (diff) | |
download | talos-op-linux-9ef4e935c28de5c1936a0ac2529708f2541ab4a0.tar.gz talos-op-linux-9ef4e935c28de5c1936a0ac2529708f2541ab4a0.zip |
mfd: kempld-core: Correct a variety of checkpatch warnings
WARNING: line over 80 characters
+module_param_string(force_device_id, force_device_id, sizeof(force_device_id), 0);
WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
+ msleep(1);
WARNING: __initdata should be placed after kempld_dmi_table[]
+static struct dmi_system_id __initdata kempld_dmi_table[] = {
WARNING: line over 80 characters
+ for (id = kempld_dmi_table; id->matches[0].slot != DMI_NONE; id++)
total: 0 errors, 4 warnings, 771 lines checked
This is part of an effort to clean-up the MFD subsystem.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/rtsx_pcr.c')
0 files changed, 0 insertions, 0 deletions