diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-08-31 11:38:48 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2016-09-08 22:22:20 +0200 |
commit | e0603c8dd298171bd64227c65c6bbd6a861e1a78 (patch) | |
tree | cd184c1dbd4a8bcb63ed090b6656418dc63ca335 /drivers/i2c/busses/i2c-cadence.c | |
parent | 664d58bf4d3406dc4404e29bcb8c89fd22589d57 (diff) | |
download | linux-e0603c8dd298171bd64227c65c6bbd6a861e1a78.tar.gz linux-e0603c8dd298171bd64227c65c6bbd6a861e1a78.tar.bz2 linux-e0603c8dd298171bd64227c65c6bbd6a861e1a78.zip |
i2c: Spelling s/acknowedge/acknowledge/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/i2c-cadence.c')
-rw-r--r-- | drivers/i2c/busses/i2c-cadence.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-cadence.c b/drivers/i2c/busses/i2c-cadence.c index 90bbd9f9dd8f..3c16a2f7c673 100644 --- a/drivers/i2c/busses/i2c-cadence.c +++ b/drivers/i2c/busses/i2c-cadence.c @@ -767,7 +767,7 @@ static int cdns_i2c_setclk(unsigned long clk_in, struct cdns_i2c *id) * depending on the scaling direction. * * Return: NOTIFY_STOP if the rate change should be aborted, NOTIFY_OK - * to acknowedge the change, NOTIFY_DONE if the notification is + * to acknowledge the change, NOTIFY_DONE if the notification is * considered irrelevant. */ static int cdns_i2c_clk_notifier_cb(struct notifier_block *nb, unsigned long |