Unverified Commit cb75b0c4 authored by Aishwarya R's avatar Aishwarya R Committed by Mark Brown
Browse files

spi: spi-fsl-lpspi: Fix indentation and open brace should be on the previous line



Resolved open brace { should be on the previous line checkpatch
error and fix the indentation

Signed-off-by: default avatarAishwarya R <aishwaryarj100@gmail.com>
Link: https://lore.kernel.org/r/20200407125557.6520-1-aishwaryarj100@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 8f3d9f35
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -186,8 +186,7 @@ static bool fsl_lpspi_can_dma(struct spi_controller *controller,

	bytes_per_word = fsl_lpspi_bytes_per_word(transfer->bits_per_word);

	switch (bytes_per_word)
	{
	switch (bytes_per_word) {
	case 1:
	case 2:
	case 4: