It is too late to be doing this... Fix the spacing error introduced with the second correction to the spelling error

This commit is contained in:
Gregory Nutt 2016-02-24 17:56:40 -06:00
parent 29297da2a7
commit 0da57e1b53
3 changed files with 3 additions and 3 deletions

View File

@ -1929,7 +1929,7 @@ static int stm32_i2c_reset(FAR struct i2c_master_s *dev)
stm32_i2c_init(priv);
/* Restore the frequency*/
/* Restore the frequency */
stm32_i2c_setclock(priv, frequency);
ret = OK;

View File

@ -2374,7 +2374,7 @@ static int stm32_i2c_reset(FAR struct i2c_master_s * dev)
stm32_i2c_init(priv);
/* Restore the frequency*/
/* Restore the frequency */
stm32_i2c_setclock(priv, frequency);
ret = OK;

View File

@ -1929,7 +1929,7 @@ static int stm32_i2c_reset(FAR struct i2c_master_s * dev)
stm32_i2c_init(priv);
/* Restore the frequency*/
/* Restore the frequency */
stm32_i2c_setclock(priv, frequency);
ret = OK;