summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2020-08-26 00:44:48 +0300
committerBjorn Helgaas <bhelgaas@google.com>2021-01-29 19:12:33 +0300
commit87525610b40212c96b09e24d6c5f025b5ff11cb1 (patch)
treea52cdb343cea3a0908ea7ae23c359c0a06d7ddbf /drivers/gpu/drm/qxl
parentef9e4005cbaf022c6251263aa27836acccaef65d (diff)
downloadlinux-87525610b40212c96b09e24d6c5f025b5ff11cb1.tar.xz
Fix "ordering" comment typos
Fix comment typos in "ordering". Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Kalle Valo <kvalo@codeaurora.org> Acked-by: Vasily Gorbik <gor@linux.ibm.com> # s390
Diffstat (limited to 'drivers/gpu/drm/qxl')
-rw-r--r--drivers/gpu/drm/qxl/qxl_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/qxl/qxl_drv.c b/drivers/gpu/drm/qxl/qxl_drv.c
index 6e7f16f4cec7..dab190a547cc 100644
--- a/drivers/gpu/drm/qxl/qxl_drv.c
+++ b/drivers/gpu/drm/qxl/qxl_drv.c
@@ -141,7 +141,7 @@ static void qxl_drm_release(struct drm_device *dev)
/*
* TODO: qxl_device_fini() call should be in qxl_pci_remove(),
- * reodering qxl_modeset_fini() + qxl_device_fini() calls is
+ * reordering qxl_modeset_fini() + qxl_device_fini() calls is
* non-trivial though.
*/
qxl_modeset_fini(qdev);