“fe176de0ffdc2dd300fbcece84434a32b482b5b1”上不存在“arch/x86/kernel/microcode_intel.c”
提交 effbe640 编写于 作者: X Xiaofei Tan 提交者: Rafael J. Wysocki

ACPI: button: fix some coding style issues

Fix some coding style issues reported by checkpatch.pl, including the
following types:

WARNING: Block comments use * on subsequent lines
WARNING: Block comments use a trailing */ on a separate line
ERROR: code indent should use tabs where possible
Signed-off-by: NXiaofei Tan <tanxiaofei@huawei.com>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 65545abd
...@@ -156,10 +156,7 @@ static unsigned long lid_report_interval __read_mostly = 500; ...@@ -156,10 +156,7 @@ static unsigned long lid_report_interval __read_mostly = 500;
module_param(lid_report_interval, ulong, 0644); module_param(lid_report_interval, ulong, 0644);
MODULE_PARM_DESC(lid_report_interval, "Interval (ms) between lid key events"); MODULE_PARM_DESC(lid_report_interval, "Interval (ms) between lid key events");
/* -------------------------------------------------------------------------- /* FS Interface (/proc) */
FS Interface (/proc)
-------------------------------------------------------------------------- */
static struct proc_dir_entry *acpi_button_dir; static struct proc_dir_entry *acpi_button_dir;
static struct proc_dir_entry *acpi_lid_dir; static struct proc_dir_entry *acpi_lid_dir;
...@@ -348,9 +345,7 @@ static int acpi_button_remove_fs(struct acpi_device *device) ...@@ -348,9 +345,7 @@ static int acpi_button_remove_fs(struct acpi_device *device)
return 0; return 0;
} }
/* -------------------------------------------------------------------------- /* Driver Interface */
Driver Interface
-------------------------------------------------------------------------- */
int acpi_lid_open(void) int acpi_lid_open(void)
{ {
if (!lid_device) if (!lid_device)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册