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

Commit afcfa2c8 authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen
Browse files

scsi: fusion: clean up some indentations



There are several places where the source is not indented correctly with
either too many or too few levels of intentation. Fix these.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent a5c35111
Loading
Loading
Loading
Loading
+29 −28
Original line number Diff line number Diff line
@@ -1129,6 +1129,7 @@ static void
mpt_add_chain(void *pAddr, u8 next, u16 length, dma_addr_t dma_addr)
{
	SGEChain32_t *pChain = (SGEChain32_t *) pAddr;

	pChain->Length = cpu_to_le16(length);
	pChain->Flags = MPI_SGE_FLAGS_CHAIN_ELEMENT;
	pChain->NextChainOffset = next;