Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
58f87ed0
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
161
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
58f87ed0
编写于
9月 07, 2010
作者:
L
Lucas De Marchi
提交者:
Len Brown
9月 28, 2010
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ACPI: Fix typos
Signed-off-by:
N
Len Brown
<
len.brown@intel.com
>
上级
e9f74c48
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
10 addition
and
10 deletion
+10
-10
drivers/acpi/acpica/exutils.c
drivers/acpi/acpica/exutils.c
+1
-1
drivers/acpi/acpica/rsutils.c
drivers/acpi/acpica/rsutils.c
+1
-1
drivers/acpi/apei/Kconfig
drivers/acpi/apei/Kconfig
+1
-1
drivers/acpi/apei/erst-dbg.c
drivers/acpi/apei/erst-dbg.c
+1
-1
drivers/acpi/apei/erst.c
drivers/acpi/apei/erst.c
+1
-1
drivers/acpi/bus.c
drivers/acpi/bus.c
+2
-2
drivers/acpi/processor_perflib.c
drivers/acpi/processor_perflib.c
+2
-2
include/acpi/acpixf.h
include/acpi/acpixf.h
+1
-1
未找到文件。
drivers/acpi/acpica/exutils.c
浏览文件 @
58f87ed0
...
@@ -109,7 +109,7 @@ void acpi_ex_enter_interpreter(void)
...
@@ -109,7 +109,7 @@ void acpi_ex_enter_interpreter(void)
*
*
* DESCRIPTION: Reacquire the interpreter execution region from within the
* DESCRIPTION: Reacquire the interpreter execution region from within the
* interpreter code. Failure to enter the interpreter region is a
* interpreter code. Failure to enter the interpreter region is a
* fatal system error. Used in conjuction with
* fatal system error. Used in conju
n
ction with
* relinquish_interpreter
* relinquish_interpreter
*
*
******************************************************************************/
******************************************************************************/
...
...
drivers/acpi/acpica/rsutils.c
浏览文件 @
58f87ed0
...
@@ -149,7 +149,7 @@ acpi_rs_move_data(void *destination, void *source, u16 item_count, u8 move_type)
...
@@ -149,7 +149,7 @@ acpi_rs_move_data(void *destination, void *source, u16 item_count, u8 move_type)
/*
/*
* 16-, 32-, and 64-bit cases must use the move macros that perform
* 16-, 32-, and 64-bit cases must use the move macros that perform
* endian conversion and/or accomodate hardware that cannot perform
* endian conversion and/or accom
m
odate hardware that cannot perform
* misaligned memory transfers
* misaligned memory transfers
*/
*/
case
ACPI_RSC_MOVE16
:
case
ACPI_RSC_MOVE16
:
...
...
drivers/acpi/apei/Kconfig
浏览文件 @
58f87ed0
...
@@ -34,6 +34,6 @@ config ACPI_APEI_ERST_DEBUG
...
@@ -34,6 +34,6 @@ config ACPI_APEI_ERST_DEBUG
depends on ACPI_APEI
depends on ACPI_APEI
help
help
ERST is a way provided by APEI to save and retrieve hardware
ERST is a way provided by APEI to save and retrieve hardware
error infomation to and from a persistent store. Enable this
error info
r
mation to and from a persistent store. Enable this
if you want to debugging and testing the ERST kernel support
if you want to debugging and testing the ERST kernel support
and firmware implementation.
and firmware implementation.
drivers/acpi/apei/erst-dbg.c
浏览文件 @
58f87ed0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* APEI Error Record Serialization Table debug support
* APEI Error Record Serialization Table debug support
*
*
* ERST is a way provided by APEI to save and retrieve hardware error
* ERST is a way provided by APEI to save and retrieve hardware error
* infomation to and from a persistent store. This file provide the
* info
r
mation to and from a persistent store. This file provide the
* debugging/testing support for ERST kernel support and firmware
* debugging/testing support for ERST kernel support and firmware
* implementation.
* implementation.
*
*
...
...
drivers/acpi/apei/erst.c
浏览文件 @
58f87ed0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* APEI Error Record Serialization Table support
* APEI Error Record Serialization Table support
*
*
* ERST is a way provided by APEI to save and retrieve hardware error
* ERST is a way provided by APEI to save and retrieve hardware error
* infomation to and from a persistent store.
* info
r
mation to and from a persistent store.
*
*
* For more information about ERST, please refer to ACPI Specification
* For more information about ERST, please refer to ACPI Specification
* version 4.0, section 17.4.
* version 4.0, section 17.4.
...
...
drivers/acpi/bus.c
浏览文件 @
58f87ed0
...
@@ -55,7 +55,7 @@ EXPORT_SYMBOL(acpi_root_dir);
...
@@ -55,7 +55,7 @@ EXPORT_SYMBOL(acpi_root_dir);
static
int
set_power_nocheck
(
const
struct
dmi_system_id
*
id
)
static
int
set_power_nocheck
(
const
struct
dmi_system_id
*
id
)
{
{
printk
(
KERN_NOTICE
PREFIX
"%s detected - "
printk
(
KERN_NOTICE
PREFIX
"%s detected - "
"disable power check in power transi
s
tion
\n
"
,
id
->
ident
);
"disable power check in power transition
\n
"
,
id
->
ident
);
acpi_power_nocheck
=
1
;
acpi_power_nocheck
=
1
;
return
0
;
return
0
;
}
}
...
@@ -1027,7 +1027,7 @@ static int __init acpi_init(void)
...
@@ -1027,7 +1027,7 @@ static int __init acpi_init(void)
/*
/*
* If the laptop falls into the DMI check table, the power state check
* If the laptop falls into the DMI check table, the power state check
* will be disabled in the course of device power transi
s
tion.
* will be disabled in the course of device power transition.
*/
*/
dmi_check_system
(
power_nocheck_dmi_table
);
dmi_check_system
(
power_nocheck_dmi_table
);
...
...
drivers/acpi/processor_perflib.c
浏览文件 @
58f87ed0
...
@@ -447,8 +447,8 @@ int acpi_processor_notify_smm(struct module *calling_module)
...
@@ -447,8 +447,8 @@ int acpi_processor_notify_smm(struct module *calling_module)
if
(
!
try_module_get
(
calling_module
))
if
(
!
try_module_get
(
calling_module
))
return
-
EINVAL
;
return
-
EINVAL
;
/* is_done is set to negative if an error occured,
/* is_done is set to negative if an error occur
r
ed,
* and to postitive if _no_ error occured, but SMM
* and to postitive if _no_ error occur
r
ed, but SMM
* was already notified. This avoids double notification
* was already notified. This avoids double notification
* which might lead to unexpected results...
* which might lead to unexpected results...
*/
*/
...
...
include/acpi/acpixf.h
浏览文件 @
58f87ed0
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
extern
u8
acpi_gbl_permanent_mmap
;
extern
u8
acpi_gbl_permanent_mmap
;
/*
/*
* Globals that are public
al
ly available, allowing for
* Globals that are publicly available, allowing for
* run time configuration
* run time configuration
*/
*/
extern
u32
acpi_dbg_level
;
extern
u32
acpi_dbg_level
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录