Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1184218
| From | "Zhouyi Zhou" <yizhouzhou@ict.ac.cn> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ACPI: Fix indent for variable declaration |
| Date | 2015-07-15 04:50 +0200 |
| Message-ID | <pMkVI-2GB-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] ACPI: Fix indent for variable declaration "Zhouyi Zhou" <yizhouzhou@ict.ac.cn> - 2015-07-15 04:50 +0200
csiph-web