Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1184218 > unrolled thread

[PATCH] ACPI: Fix indent for variable declaration

Started by"Zhouyi Zhou" <yizhouzhou@ict.ac.cn>
First post2015-07-15 04:50 +0200
Last post2015-07-15 04:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ACPI: Fix indent for variable declaration "Zhouyi Zhou" <yizhouzhou@ict.ac.cn> - 2015-07-15 04:50 +0200

#1184218 — [PATCH] ACPI: Fix indent for variable declaration

From"Zhouyi Zhou" <yizhouzhou@ict.ac.cn>
Date2015-07-15 04:50 +0200
Subject[PATCH] ACPI: Fix indent for variable declaration
Message-ID<pMkVI-2GB-9@gated-at.bofh.it>
In function acpi_ns_one_complete_parse, the variable declaration
aml_length is not correctly indented.

Signed-off-by: Zhouyi Zhou <yizhouzhou@ict.ac.cn>
---
 drivers/acpi/acpica/nsparse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/acpica/nsparse.c b/drivers/acpi/acpica/nsparse.c
index 57a4cfe..802afdc 100644
--- a/drivers/acpi/acpica/nsparse.c
+++ b/drivers/acpi/acpica/nsparse.c
@@ -70,7 +70,7 @@ acpi_ns_one_complete_parse(u32 pass_number,
 {
        union acpi_parse_object *parse_root;
        acpi_status status;
-       u32 aml_length;
+       u32 aml_length;
        u8 *aml_start;
        struct acpi_walk_state *walk_state;
        struct acpi_table_header *table;
--
2.4.5






--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web