projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97da385
)
ACPI/IORT: Fix the indentation in iort_scan_node()
author
Hanjun Guo
<
[email protected]
>
Tue, 7 Mar 2017 12:39:56 +0000
(20:39 +0800)
committer
Lorenzo Pieralisi
<
[email protected]
>
Tue, 21 Mar 2017 18:09:51 +0000
(18:09 +0000)
The indentation in the iort_scan_node() function is wrong, fix it.
Signed-off-by: Hanjun Guo <
[email protected]
>
[
[email protected]
: massaged commit log]
Signed-off-by: Lorenzo Pieralisi <
[email protected]
>
Tested-by: Ming Lei <
[email protected]
>
Tested-by: Wei Xu <
[email protected]
>
Tested-by: Sinan Kaya <
[email protected]
>
drivers/acpi/arm64/iort.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/arm64/iort.c
b/drivers/acpi/arm64/iort.c
index 4a5bb967250bc5ae66f7a6fbf64f26a3f0759571..2e368a6aebda34e6c05aa67994bed7edf42b002c 100644
(file)
--- 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);