Commit 62d7ecaf authored by Philippe Dixon's avatar Philippe Dixon Committed by Greg Kroah-Hartman
Browse files

staging: greybus: spi: add blank line after variable declaration



This patch fixes the following checkpatch.pl warning:

WARNING: Missing a blank line after declarations

Reviewed-by: default avatarAlex Elder <elder@linaro.org>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarPhilippe Dixon <philippesdixon@gmail.com>
Link: https://lore.kernel.org/r/20210519193938.GA7131@ubuntu


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5d4f6b9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -246,6 +246,7 @@ static struct gb_operation *gb_spi_operation_create(struct gb_spilib *spi,
	xfer = spi->first_xfer;
	while (msg->state != GB_SPI_STATE_OP_DONE) {
		int xfer_delay;

		if (xfer == spi->last_xfer)
			xfer_len = spi->last_xfer_size;
		else