Unverified Commit 2002c132 authored by Julia Lawall's avatar Julia Lawall Committed by Mark Brown
Browse files

spi: sun4i: fix typos in comments



Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Link: https://lore.kernel.org/r/20220314115354.144023-22-Julia.Lawall@inria.fr


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1889421a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -280,7 +280,7 @@ static int sun4i_spi_transfer_one(struct spi_master *master,
	 * SPI_CLK = MOD_CLK / (2 ^ (cdr + 1))
	 * SPI_CLK = MOD_CLK / (2 ^ (cdr + 1))
	 * Or we can use CDR2, which is calculated with the formula:
	 * Or we can use CDR2, which is calculated with the formula:
	 * SPI_CLK = MOD_CLK / (2 * (cdr + 1))
	 * SPI_CLK = MOD_CLK / (2 * (cdr + 1))
	 * Wether we use the former or the latter is set through the
	 * Whether we use the former or the latter is set through the
	 * DRS bit.
	 * DRS bit.
	 *
	 *
	 * First try CDR2, and if we can't reach the expected
	 * First try CDR2, and if we can't reach the expected