Skip to content

Commit d61009b

Browse files
Sean Andersonbroonie
authored andcommitted
spi: zynqmp-gqspi: Reformat long line
This long line is broken in an unusual place. Reformat it to better match the kernel style. Signed-off-by: Sean Anderson <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 2014c95 commit d61009b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/spi/spi-zynqmp-gqspi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,8 +1059,8 @@ static unsigned long zynqmp_qspi_timeout(struct zynqmp_qspi *xqspi, u8 bits,
10591059
static int zynqmp_qspi_exec_op(struct spi_mem *mem,
10601060
const struct spi_mem_op *op)
10611061
{
1062-
struct zynqmp_qspi *xqspi = spi_controller_get_devdata
1063-
(mem->spi->controller);
1062+
struct zynqmp_qspi *xqspi =
1063+
spi_controller_get_devdata(mem->spi->controller);
10641064
unsigned long timeout;
10651065
int err = 0, i;
10661066
u32 genfifoentry = 0;

0 commit comments

Comments
 (0)