summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-10-17 20:43:01 +0900
committerTom Rini <trini@konsulko.com>2016-10-24 08:04:42 -0400
commit6e67f176bb0531903d4b443fe7ad477382d0eacc (patch)
treef4b78499c35d9ad767cd4b79dd65d073312b3d23 /drivers/video
parent01ae56cfcb3f6bbcd1e1cbd283ae2b8b38587664 (diff)
Fix codying style broken by recent libfdt sync
Commit b02e4044ff8e ("libfdt: Bring in upstream stringlist functions") broke codying style in some places especially by inserting an extra whitespace before fdt_stringlist_count(). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/sunxi_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sunxi_display.c b/drivers/video/sunxi_display.c
index 6cba1b95a1..6f8ee01c10 100644
--- a/drivers/video/sunxi_display.c
+++ b/drivers/video/sunxi_display.c
@@ -1563,7 +1563,7 @@ int sunxi_simplefb_setup(void *blob)
"allwinner,simple-framebuffer");
while (offset >= 0) {
ret = fdt_stringlist_search(blob, offset, "allwinner,pipeline",
- pipeline);
+ pipeline);
if (ret == 0)
break;
offset = fdt_node_offset_by_compatible(blob, offset,