diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-05-31 22:55:13 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-06-03 20:58:24 +0200 |
commit | da5335b8bd4aabc2362e2b3d5af7df49d7ec89e6 (patch) | |
tree | c38e750bd614381ddbad60d252ab1b7d1c9ed35f /drivers/gpu/drm/drm_modeset_lock.c | |
parent | 00edbe196d737ebad419c2153dbaef8ef0a99f03 (diff) | |
download | linux-da5335b8bd4aabc2362e2b3d5af7df49d7ec89e6.tar.gz linux-da5335b8bd4aabc2362e2b3d5af7df49d7ec89e6.tar.bz2 linux-da5335b8bd4aabc2362e2b3d5af7df49d7ec89e6.zip |
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_modeset_lock.c')
-rw-r--r-- | drivers/gpu/drm/drm_modeset_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_modeset_lock.c b/drivers/gpu/drm/drm_modeset_lock.c index f33ebe638a28..61146f5b4f56 100644 --- a/drivers/gpu/drm/drm_modeset_lock.c +++ b/drivers/gpu/drm/drm_modeset_lock.c @@ -37,7 +37,7 @@ * * For basic principles of &ww_mutex, see: Documentation/locking/ww-mutex-design.txt * - * The basic usage pattern is to: + * The basic usage pattern is to:: * * drm_modeset_acquire_init(&ctx) * retry: |