drm/Documentation: Fix rowspan value in drm-kms-properties
authorSean Paul <seanpaul@chromium.org>
Wed, 3 Dec 2014 19:57:40 +0000 (11:57 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 4 Dec 2014 10:03:23 +0000 (11:03 +0100)
The "DRM" rowspan wasn't updated in commit cc7096fb6d1d (drm/mode: document path
property and function to set it. (v1.1)), so increment it by one to fix the
table.

Cc: Dave Airlie <airlied@linux.ie>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Documentation/DocBook/drm.tmpl

index 3789f2d..b344bc3 100644 (file)
@@ -2546,7 +2546,7 @@ void intel_crt_init(struct drm_device *dev)
        <td valign="top" >Description/Restrictions</td>
        </tr>
        <tr>
-       <td rowspan="23" valign="top" >DRM</td>
+       <td rowspan="24" valign="top" >DRM</td>
        <td rowspan="3" valign="top" >Generic</td>
        <td valign="top" >“EDID”</td>
        <td valign="top" >BLOB | IMMUTABLE</td>