Commit c396b9a0 authored by Patryk Kocielnik's avatar Patryk Kocielnik Committed by Wolfram Sang

i2c: busses: i2c-sirf: Fix spelling: "formular" -> "formula".

Fix spelling.
Signed-off-by: default avatarPatryk Kocielnik <patryk.kocielnik@gmail.com>
[wsa: fixed "Initialization", too]
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent fe32a815
...@@ -341,7 +341,7 @@ static int i2c_sirfsoc_probe(struct platform_device *pdev) ...@@ -341,7 +341,7 @@ static int i2c_sirfsoc_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, adap); platform_set_drvdata(pdev, adap);
init_completion(&siic->done); init_completion(&siic->done);
/* Controller Initalisation */ /* Controller initialisation */
writel(SIRFSOC_I2C_RESET, siic->base + SIRFSOC_I2C_CTRL); writel(SIRFSOC_I2C_RESET, siic->base + SIRFSOC_I2C_CTRL);
while (readl(siic->base + SIRFSOC_I2C_CTRL) & SIRFSOC_I2C_RESET) while (readl(siic->base + SIRFSOC_I2C_CTRL) & SIRFSOC_I2C_RESET)
...@@ -369,7 +369,7 @@ static int i2c_sirfsoc_probe(struct platform_device *pdev) ...@@ -369,7 +369,7 @@ static int i2c_sirfsoc_probe(struct platform_device *pdev)
* but they start to affect the speed when clock is set to faster * but they start to affect the speed when clock is set to faster
* frequencies. * frequencies.
* Through the actual tests, use the different user_div value(which * Through the actual tests, use the different user_div value(which
* in the divider formular 'Fio / (Fi2c * user_div)') to adapt * in the divider formula 'Fio / (Fi2c * user_div)') to adapt
* the different ranges of i2c bus clock frequency, to make the SCL * the different ranges of i2c bus clock frequency, to make the SCL
* more accurate. * more accurate.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment