
18 Oct
2016
18 Oct
'16
12:17 a.m.
On 17 October 2016 at 05:43, Masahiro Yamada yamada.masahiro@socionext.com wrote:
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
arch/arm/mach-tegra/xusb-padctl-common.c | 2 +- drivers/core/device.c | 4 ++-- drivers/net/sun8i_emac.c | 2 +- drivers/pinctrl/exynos/pinctrl-exynos.c | 2 +- drivers/pinctrl/pinctrl-generic.c | 6 +++--- drivers/video/sunxi_display.c | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-)
Acked-by: Simon Glass sjg@chromium.org