summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorJonathan Corbet2019-07-22 21:51:20 +0200
committerJonathan Corbet2019-07-22 21:51:20 +0200
commit48ffc3d12b55bed8d9452a89bc13de4864dc3106 (patch)
treec84a70ad0f1391f483c5bde738155be8fff6a692 /drivers/gpu/drm
parentdoc:it_IT: rephrase statement (diff)
parentdocs: load_config.py: ensure subdirs end with "/" (diff)
downloadkernel-qcow2-linux-48ffc3d12b55bed8d9452a89bc13de4864dc3106.tar.gz
kernel-qcow2-linux-48ffc3d12b55bed8d9452a89bc13de4864dc3106.tar.xz
kernel-qcow2-linux-48ffc3d12b55bed8d9452a89bc13de4864dc3106.zip
Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental into mauro
Bring in a set of post-thrashup fixes from Mauro.
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/drm_modes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c
index 74a5739df506..80fcd5dc1558 100644
--- a/drivers/gpu/drm/drm_modes.c
+++ b/drivers/gpu/drm/drm_modes.c
@@ -1686,7 +1686,7 @@ static int drm_mode_parse_cmdline_options(char *str, size_t len,
*
* Additionals options can be provided following the mode, using a comma to
* separate each option. Valid options can be found in
- * Documentation/fb/modedb.txt.
+ * Documentation/fb/modedb.rst.
*
* The intermediate drm_cmdline_mode structure is required to store additional
* options from the command line modline like the force-enable/disable flag.