]> Pileus Git - ~andy/linux/blobdiff - drivers/i2c/algos/i2c-algo-pca.c
[PATCH] Driver core: potentially fix use after free in class_device_attr_show
[~andy/linux] / drivers / i2c / algos / i2c-algo-pca.c
index dfa77eb275b1300cc37aecc0249c1d5d3cfda449..cc3a952401f2ea8354cf89ac5e43c151bd151cbe 100644 (file)
@@ -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)