diff options
author | Patryk Kocielnik <pkocieln@mion.elka.pw.edu.pl> | 2018-01-26 21:19:26 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-02-22 12:12:35 +0100 |
commit | c396b9a03e3bb5e95e036bdb0c7d614e0e1a4e3d (patch) | |
tree | 083cb1bb03960e30b4bcf26ff12cd83da5938b0a /drivers/i2c/busses | |
parent | fe32a815f05c8568669a062587435e15f9345764 (diff) | |
download | linux-c396b9a03e3bb5e95e036bdb0c7d614e0e1a4e3d.tar.gz linux-c396b9a03e3bb5e95e036bdb0c7d614e0e1a4e3d.tar.xz |
i2c: busses: i2c-sirf: Fix spelling: "formular" -> "formula".
Fix spelling.
Signed-off-by: Patryk Kocielnik <patryk.kocielnik@gmail.com>
[wsa: fixed "Initialization", too]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses')
-rw-r--r-- | drivers/i2c/busses/i2c-sirf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/i2c-sirf.c b/drivers/i2c/busses/i2c-sirf.c index 2fd8b6d00391..87197ece0f90 100644 --- a/drivers/i2c/busses/i2c-sirf.c +++ b/drivers/i2c/busses/i2c-sirf.c @@ -341,7 +341,7 @@ static int i2c_sirfsoc_probe(struct platform_device *pdev) platform_set_drvdata(pdev, adap); init_completion(&siic->done); - /* Controller Initalisation */ + /* Controller initialisation */ writel(SIRFSOC_I2C_RESET, siic->base + SIRFSOC_I2C_CTRL); while (readl(siic->base + SIRFSOC_I2C_CTRL) & SIRFSOC_I2C_RESET) @@ -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 * frequencies. * 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 * more accurate. */ |