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

Commit 426c0093 authored by George Shore's avatar George Shore Committed by Grant Likely
Browse files

spi/dw_spi: fixed a spelling typo in a warning message.

parent 20a588fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ static void wait_till_not_busy(struct dw_spi *dws)
			return;
	}
	dev_err(&dws->master->dev,
		"DW SPI: Stutus keeps busy for 1000us after a read/write!\n");
		"DW SPI: Status keeps busy for 1000us after a read/write!\n");
}

static void flush(struct dw_spi *dws)