]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/video/auo_k190x.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[mirror_ubuntu-zesty-kernel.git] / drivers / video / auo_k190x.c
index b1f19b266da70d291ffce72e51a275a82f0536fb..8d2499d1cafb30dff0ec2ccaed703696fc05f92f 100644 (file)
@@ -1088,7 +1088,7 @@ int auok190x_common_probe(struct platform_device *pdev,
                goto err_defio;
        }
 
-       dev_dbg(info->device, "targetting %d frames per second\n", board->fps);
+       dev_dbg(info->device, "targeting %d frames per second\n", board->fps);
        info->fbdefio->delay = HZ / board->fps;
        info->fbdefio->first_io = auok190xfb_dpy_first_io,
        info->fbdefio->deferred_io = auok190xfb_dpy_deferred_io,