From 7e3a2fb81faf29888baae93707abc59cafa8ed58 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 22 Jan 2014 09:20:14 +0100 Subject: [PATCH] fpga: zynq: Fix conding style violation Trivial fix. Signed-off-by: Michal Simek --- drivers/fpga/zynqpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/fpga/zynqpl.c b/drivers/fpga/zynqpl.c index fcb7e1f7254..730c9dfe807 100644 --- a/drivers/fpga/zynqpl.c +++ b/drivers/fpga/zynqpl.c @@ -192,7 +192,7 @@ int zynq_load(Xilinx_desc *desc, const void *buf, size_t bsize) * This might be dangerous but permits to flash if * ARCH_DMA_MINALIGN is greater than header size */ - if (new_buf > buf_start) { + if (new_buf > buf_start) { debug("%s: Aligned buffer is after buffer start\n", __func__); new_buf -= ARCH_DMA_MINALIGN; -- 2.47.3