diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-05-31 16:55:13 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-06-03 14:58:24 -0400 |
commit | da5335b8bd4aabc2362e2b3d5af7df49d7ec89e6 (patch) | |
tree | c38e750bd614381ddbad60d252ab1b7d1c9ed35f /drivers/gpu/drm/drm_modes.c | |
parent | 00edbe196d737ebad419c2153dbaef8ef0a99f03 (diff) |
drm/doc: Switch to sphinx/rst fixed-width quoting
Just fallout from switching from asciidoc to sphinx/rst.
v2: Found more. Also s/\//#/ in the vgpu ascii-art - sphinx treats
those as comments and switch to variable-width, which wreaks the
layout.
v3: Undo some of the hacks, rebasing onto latest version of Jani's
series fixed it.
Acked-by: Liviu Dudau <Liviu.Dudau@arm.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'drivers/gpu/drm/drm_modes.c')
-rw-r--r-- | drivers/gpu/drm/drm_modes.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c index adf73f8516af..f8f70c85b648 100644 --- a/drivers/gpu/drm/drm_modes.c +++ b/drivers/gpu/drm/drm_modes.c | |||
@@ -553,7 +553,8 @@ EXPORT_SYMBOL(drm_gtf_mode_complex); | |||
553 | * I also refer to the function of fb_get_mode in the file of | 553 | * I also refer to the function of fb_get_mode in the file of |
554 | * drivers/video/fbmon.c | 554 | * drivers/video/fbmon.c |
555 | * | 555 | * |
556 | * Standard GTF parameters: | 556 | * Standard GTF parameters:: |
557 | * | ||
557 | * M = 600 | 558 | * M = 600 |
558 | * C = 40 | 559 | * C = 40 |
559 | * K = 128 | 560 | * K = 128 |