summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Whaley <graham.whaley@linux.intel.com>2015-07-07 19:13:37 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-07-07 22:42:58 +0200
commitd4acc1651588835b802a2049f4f3a2adcc1af750 (patch)
tree30c65a87b476051c6af10a05873b157e93418bd2
parent01447e9f04ba1c49a9534ae6a5a6f26c2bb05226 (diff)
Documentation: drm: Fix tablulation in KMS properties tabletopic/drm-fixes-2015-07-09
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>
-rw-r--r--Documentation/DocBook/drm.tmpl2
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>