Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e71fec73 authored by Sudip Mukherjee's avatar Sudip Mukherjee Committed by Mark Brown
Browse files

spi: butterfly: correct alignment



checkpatch complains about the allignment with open parenthesis.

Signed-off-by: default avatarSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent b12fe725
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -143,9 +143,8 @@ static void butterfly_chipselect(struct spi_device *spi, int value)
#include "spi-bitbang-txrx.h"

static u32
butterfly_txrx_word_mode0(struct spi_device *spi,
		unsigned nsecs,
		u32 word, u8 bits)
butterfly_txrx_word_mode0(struct spi_device *spi, unsigned nsecs, u32 word,
			  u8 bits)
{
	return bitbang_txrx_be_cpha0(spi, nsecs, 0, 0, word, bits);
}