提交 46b615f4 编写于 作者: T Tobias Klauser 提交者: Greg Kroah-Hartman

[PATCH] I2C: Spelling fixes for drivers/i2c/algos/i2c-algo-pca.c

This patch fixes the some misspellings and a trailing whitespace in
the comments.
Signed-off-by: NTobias Klauser <tklauser@nuerscht.ch>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 6f637a64
......@@ -62,7 +62,7 @@ static void pca_start(struct i2c_algo_pca_data *adap)
}
/*
* Generate a repeated start condition on the i2c bus
* Generate a repeated start condition on the i2c bus
*
* return after the repeated start condition has occurred
*/
......@@ -82,7 +82,7 @@ static void pca_repeated_start(struct i2c_algo_pca_data *adap)
* returns after the stop condition has been generated
*
* STOPs do not generate an interrupt or set the SI flag, since the
* part returns the the idle state (0xf8). Hence we don't need to
* part returns the idle state (0xf8). Hence we don't need to
* pca_wait here.
*/
static void pca_stop(struct i2c_algo_pca_data *adap)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册