tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address", "between", "initiali[zs]e", "instead", "function", "select", "already", "equal", "access", "management", "hierarchy", "registration", "interest", "relative", "memory", "offset", "already", Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
6aaccece1c
commit
b595076a18
@@ -434,7 +434,7 @@ static int read_i2c(struct nmk_i2c_dev *dev)
|
||||
}
|
||||
|
||||
if (timeout == 0) {
|
||||
/* controler has timedout, re-init the h/w */
|
||||
/* controller has timedout, re-init the h/w */
|
||||
dev_err(&dev->pdev->dev, "controller timed out, re-init h/w\n");
|
||||
(void) init_hw(dev);
|
||||
status = -ETIMEDOUT;
|
||||
@@ -498,7 +498,7 @@ static int write_i2c(struct nmk_i2c_dev *dev)
|
||||
}
|
||||
|
||||
if (timeout == 0) {
|
||||
/* controler has timedout, re-init the h/w */
|
||||
/* controller has timedout, re-init the h/w */
|
||||
dev_err(&dev->pdev->dev, "controller timed out, re-init h/w\n");
|
||||
(void) init_hw(dev);
|
||||
status = -ETIMEDOUT;
|
||||
|
Reference in New Issue
Block a user