Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1561745
| From | Hanjun Guo <guohanjun@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v8 01/15] ACPI: IORT: fix the indentation in iort_scan_node() |
| Date | 2017-01-18 14:10 +0100 |
| Message-ID | <t0Ya0-4vs-65@gated-at.bofh.it> (permalink) |
| References | <t0Y9Y-4vs-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Hanjun Guo <hanjun.guo@linaro.org> The indentation is wrong when return the iort_node, fix it. Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org> Tested-by: Ming Lei <ming.lei@canonical.com> Tested-by: Wei Xu <xuwei5@hisilicon.com> Tested-by: Sinan Kaya <okaya@codeaurora.org> --- drivers/acpi/arm64/iort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/acpi/arm64/iort.c b/drivers/acpi/arm64/iort.c index ba156c5..ce3084b 100644 --- a/drivers/acpi/arm64/iort.c +++ b/drivers/acpi/arm64/iort.c @@ -225,7 +225,7 @@ static struct acpi_iort_node *iort_scan_node(enum acpi_iort_node_type type, if (iort_node->type == type && ACPI_SUCCESS(callback(iort_node, context))) - return iort_node; + return iort_node; iort_node = ACPI_ADD_PTR(struct acpi_iort_node, iort_node, iort_node->length); -- 1.7.12.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v8 01/15] ACPI: IORT: fix the indentation in iort_scan_node() Hanjun Guo <guohanjun@huawei.com> - 2017-01-18 14:10 +0100
csiph-web