diff options
author | Graham Whaley <graham.whaley@linux.intel.com> | 2015-07-07 21:13:37 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-07-07 23:42:58 +0300 |
commit | d4acc1651588835b802a2049f4f3a2adcc1af750 (patch) | |
tree | 30c65a87b476051c6af10a05873b157e93418bd2 /Documentation | |
parent | 01447e9f04ba1c49a9534ae6a5a6f26c2bb05226 (diff) | |
download | linux-d4acc1651588835b802a2049f4f3a2adcc1af750.tar.xz |
Documentation: drm: Fix tablulation in KMS properties table
Commit 712a0dd91c4a ("Documentation/drm: Update rotation property")
left an extra 'rowspan' for the row omap, which pushed the following qxl
rows columns out to column 8 and broke the tabulation.
Remove the errant rowspan.
Signed-off-by: Graham Whaley <graham.whaley@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index c0312cbd023d..2fb9a5457522 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -3383,7 +3383,7 @@ void intel_crt_init(struct drm_device *dev) <td valign="top" >TBD</td> </tr> <tr> - <td rowspan="2" valign="top" >omap</td> + <td valign="top" >omap</td> <td valign="top" >Generic</td> <td valign="top" >“zorder”</td> <td valign="top" >RANGE</td> |