Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2716
b: refs/heads/master
c: 46b615f
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Greg Kroah-Hartman committed Jun 22, 2005
1 parent 8f994bf commit 0814c4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f637a6494a1872c613fe68f64ea4831c3e5b037
refs/heads/master: 46b615f453202dbcf66452b500ab69c0e2148593
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/algos/i2c-algo-pca.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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)
Expand Down

0 comments on commit 0814c4d

Please sign in to comment.