]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI / EC: Cleanup coding style.
authorLv Zheng <lv.zheng@intel.com>
Tue, 14 Oct 2014 06:24:01 +0000 (14:24 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 20 Oct 2014 22:44:54 +0000 (00:44 +0200)
commit8866a4a192734242f5d27f6818c458c712780d44
treefec2e3776da0868b9f8f5e5928c1ca140fa38839
parentd5926d0a1763d25ada4a3221e2669c03ddf5f2dc
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>
drivers/acpi/ec.c