Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
58f87ed0
Commit
58f87ed0
authored
Sep 07, 2010
by
Lucas De Marchi
Committed by
Len Brown
Sep 28, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ACPI: Fix typos
Signed-off-by:
Len Brown
<
len.brown@intel.com
>
parent
e9f74c48
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
10 deletions
+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
No files found.
drivers/acpi/acpica/exutils.c
View file @
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
View file @
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
View file @
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
View file @
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
View file @
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
View file @
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
View file @
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
View file @
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment