X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Finput%2Ftouchscreen%2Fwm9712.c;h=2bc2fb801009d47211e6f4f6bc4d0a987c44a3a2;hb=e82e6f16a809bc47eb929c3408921def28638fcd;hp=7490b05c356651cf8aa6e2d0e1ee1b1621096cd6;hpb=24924f884cd36603615ea5496244e542b0b513c6;p=karo-tx-linux.git diff --git a/drivers/input/touchscreen/wm9712.c b/drivers/input/touchscreen/wm9712.c index 7490b05c3566..2bc2fb801009 100644 --- a/drivers/input/touchscreen/wm9712.c +++ b/drivers/input/touchscreen/wm9712.c @@ -419,7 +419,7 @@ static int wm9712_acc_enable(struct wm97xx *wm, int enable) dig2 = wm->dig[2]; if (enable) { - /* continous mode */ + /* continuous mode */ if (wm->mach_ops->acc_startup) { ret = wm->mach_ops->acc_startup(wm); if (ret < 0)