Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
58f87ed0
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
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)
*
* DESCRIPTION: Reacquire the interpreter execution region from within the
* 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
*
******************************************************************************/
...
...
drivers/acpi/acpica/rsutils.c
浏览文件 @
58f87ed0
...
...
@@ -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
* endian conversion and/or accomodate hardware that cannot perform
* endian conversion and/or accom
m
odate hardware that cannot perform
* misaligned memory transfers
*/
case
ACPI_RSC_MOVE16
:
...
...
drivers/acpi/apei/Kconfig
浏览文件 @
58f87ed0
...
...
@@ -34,6 +34,6 @@ config ACPI_APEI_ERST_DEBUG
depends on ACPI_APEI
help
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
and firmware implementation.
drivers/acpi/apei/erst-dbg.c
浏览文件 @
58f87ed0
...
...
@@ -2,7 +2,7 @@
* APEI Error Record Serialization Table debug support
*
* 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
* implementation.
*
...
...
drivers/acpi/apei/erst.c
浏览文件 @
58f87ed0
...
...
@@ -2,7 +2,7 @@
* APEI Error Record Serialization Table support
*
* 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
* version 4.0, section 17.4.
...
...
drivers/acpi/bus.c
浏览文件 @
58f87ed0
...
...
@@ -55,7 +55,7 @@ EXPORT_SYMBOL(acpi_root_dir);
static
int
set_power_nocheck
(
const
struct
dmi_system_id
*
id
)
{
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
;
return
0
;
}
...
...
@@ -1027,7 +1027,7 @@ static int __init acpi_init(void)
/*
* 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
);
...
...
drivers/acpi/processor_perflib.c
浏览文件 @
58f87ed0
...
...
@@ -447,8 +447,8 @@ int acpi_processor_notify_smm(struct module *calling_module)
if
(
!
try_module_get
(
calling_module
))
return
-
EINVAL
;
/* is_done is set to negative if an error occured,
* and to postitive if _no_ error occured, but SMM
/* is_done is set to negative if an error occur
r
ed,
* and to postitive if _no_ error occur
r
ed, but SMM
* was already notified. This avoids double notification
* which might lead to unexpected results...
*/
...
...
include/acpi/acpixf.h
浏览文件 @
58f87ed0
...
...
@@ -55,7 +55,7 @@
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
*/
extern
u32
acpi_dbg_level
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录