Skip to content

Commit e0603c8

Browse files
geertuWolfram Sang
authored andcommitted
i2c: Spelling s/acknowedge/acknowledge/
Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent 664d58b commit e0603c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/i2c/busses/i2c-cadence.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ static int cdns_i2c_setclk(unsigned long clk_in, struct cdns_i2c *id)
767767
* depending on the scaling direction.
768768
*
769769
* Return: NOTIFY_STOP if the rate change should be aborted, NOTIFY_OK
770-
* to acknowedge the change, NOTIFY_DONE if the notification is
770+
* to acknowledge the change, NOTIFY_DONE if the notification is
771771
* considered irrelevant.
772772
*/
773773
static int cdns_i2c_clk_notifier_cb(struct notifier_block *nb, unsigned long

drivers/i2c/busses/i2c-rk3x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ static void rk3x_i2c_adapt_div(struct rk3x_i2c *i2c, unsigned long clk_rate)
918918
* Code adapted from i2c-cadence.c.
919919
*
920920
* Return: NOTIFY_STOP if the rate change should be aborted, NOTIFY_OK
921-
* to acknowedge the change, NOTIFY_DONE if the notification is
921+
* to acknowledge the change, NOTIFY_DONE if the notification is
922922
* considered irrelevant.
923923
*/
924924
static int rk3x_i2c_clk_notifier_cb(struct notifier_block *nb, unsigned long

0 commit comments

Comments
 (0)