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

Commit 3d438291 authored by Wolfram Sang's avatar Wolfram Sang Committed by Jean Delvare
Browse files

i2c-algo-pca: Remove trailing whitespaces and unnecessary UTF



Remove trailing whitespaces to make further patches more readable.  Also remove
an unnecessary UTF-char for simplicity ("us" for microseconds is fine enough).

Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent 3845de25
Loading
Loading
Loading
Loading
+21 −21
Original line number Diff line number Diff line
@@ -350,7 +350,7 @@ static int pca_init(struct i2c_algo_pca_data *adap)
	pca_outw(adap, I2C_PCA_ADR, own << 1);

	pca_set_con(adap, I2C_PCA_CON_ENSIO | clock);
	udelay(500); /* 500 µs for oscilator to stabilise */
	udelay(500); /* 500 us for oscilator to stabilise */

	return 0;
}
+2 −2

File changed.

Contains only whitespace changes.