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

Commit fe34fbf9 authored by Wolfram Sang's avatar Wolfram Sang Committed by Wolfram Sang
Browse files

i2c: rcar: fix some trivial typos in comments



Nothing big, but they get annoying after a while ;)

Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 19cfcafd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@
#define MIE	(1 << 3)	/* master if enable */
#define TSBE	(1 << 2)
#define FSB	(1 << 1)	/* force stop bit */
#define ESG	(1 << 0)	/* en startbit gen */
#define ESG	(1 << 0)	/* enable start bit gen */

/* ICSSR (also for ICSIER) */
#define GCAR	(1 << 6)	/* general call received */
@@ -489,7 +489,7 @@ static void rcar_i2c_irq_send(struct rcar_i2c_priv *priv, u32 msr)

		/*
		 * Try to use DMA to transmit the rest of the data if
		 * address transfer pashe just finished.
		 * address transfer phase just finished.
		 */
		if (msr & MAT)
			rcar_i2c_dma(priv);