diff options
author | Bob Moore <robert.moore@intel.com> | 2012-10-30 22:26:55 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2012-11-14 18:31:26 -0500 |
commit | 73a3090a2160fb01317f5a44af6ee5a064a29625 (patch) | |
tree | ae9505645e07198991f9cb8b04c93c7e3e122283 /drivers/acpi/acpica/psopcode.c | |
parent | b9e17693576e4739cd267f59cbdfdd33c5eefe76 (diff) |
ACPICA: Remove extra spaces after periods within comments
This makes all comments consistent.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/psopcode.c')
-rw-r--r-- | drivers/acpi/acpica/psopcode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/acpica/psopcode.c b/drivers/acpi/acpica/psopcode.c index e5572a78bdb8..1793d934aa30 100644 --- a/drivers/acpi/acpica/psopcode.c +++ b/drivers/acpi/acpica/psopcode.c | |||
@@ -59,7 +59,7 @@ static const u8 acpi_gbl_argument_count[] = | |||
59 | * | 59 | * |
60 | * DESCRIPTION: Opcode table. Each entry contains <opcode, type, name, operands> | 60 | * DESCRIPTION: Opcode table. Each entry contains <opcode, type, name, operands> |
61 | * The name is a simple ascii string, the operand specifier is an | 61 | * The name is a simple ascii string, the operand specifier is an |
62 | * ascii string with one letter per operand. The letter specifies | 62 | * ascii string with one letter per operand. The letter specifies |
63 | * the operand type. | 63 | * the operand type. |
64 | * | 64 | * |
65 | ******************************************************************************/ | 65 | ******************************************************************************/ |
@@ -183,7 +183,7 @@ static const u8 acpi_gbl_argument_count[] = | |||
183 | ******************************************************************************/ | 183 | ******************************************************************************/ |
184 | 184 | ||
185 | /* | 185 | /* |
186 | * Master Opcode information table. A summary of everything we know about each | 186 | * Master Opcode information table. A summary of everything we know about each |
187 | * opcode, all in one place. | 187 | * opcode, all in one place. |
188 | */ | 188 | */ |
189 | const struct acpi_opcode_info acpi_gbl_aml_op_info[AML_NUM_OPCODES] = { | 189 | const struct acpi_opcode_info acpi_gbl_aml_op_info[AML_NUM_OPCODES] = { |
@@ -700,7 +700,7 @@ static const u8 acpi_gbl_short_op_index[256] = { | |||
700 | 700 | ||
701 | /* | 701 | /* |
702 | * This table is indexed by the second opcode of the extended opcode | 702 | * This table is indexed by the second opcode of the extended opcode |
703 | * pair. It returns an index into the opcode table (acpi_gbl_aml_op_info) | 703 | * pair. It returns an index into the opcode table (acpi_gbl_aml_op_info) |
704 | */ | 704 | */ |
705 | static const u8 acpi_gbl_long_op_index[NUM_EXTENDED_OPCODE] = { | 705 | static const u8 acpi_gbl_long_op_index[NUM_EXTENDED_OPCODE] = { |
706 | /* 0 1 2 3 4 5 6 7 */ | 706 | /* 0 1 2 3 4 5 6 7 */ |