diff options
author | Lv Zheng <lv.zheng@intel.com> | 2014-10-14 06:24:01 (GMT) |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-10-20 22:44:54 (GMT) |
commit | 7a73e60e398a61612651d503aef9c81260d33918 (patch) | |
tree | fec2e3776da0868b9f8f5e5928c1ca140fa38839 /firmware/keyspan | |
parent | d3090b6a6cfa6c7a762d6c13340170ca072b2b81 (diff) | |
download | linux-7a73e60e398a61612651d503aef9c81260d33918.tar.xz |
ACPI / EC: Cleanup coding style.
This patch cleans up the following coding style issues that are detected by
scripts/checkpatch.pl:
ERROR: code indent should use tabs where possible
ERROR: "foo * bar" should be "foo *bar"
WARNING: Missing a blank line after declarations
WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
WARNING: void function return statements are not generally useful
WARNING: else is not generally useful after a break or return
WARNING: break is not useful after a goto or return
WARNING: braces {} are not necessary for single statement blocks
WARNING: line over 80 characters
WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
No functional changes.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'firmware/keyspan')
0 files changed, 0 insertions, 0 deletions