Skip to content

Commit e2beb6c

Browse files
atseanpauldanvet
authored andcommitted
drm/Documentation: Fix rowspan value in drm-kms-properties
The "DRM" rowspan wasn't updated in commit cc7096f (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>
1 parent 7c58e87 commit e2beb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/DocBook/drm.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2546,7 +2546,7 @@ void intel_crt_init(struct drm_device *dev)
25462546
<td valign="top" >Description/Restrictions</td>
25472547
</tr>
25482548
<tr>
2549-
<td rowspan="23" valign="top" >DRM</td>
2549+
<td rowspan="24" valign="top" >DRM</td>
25502550
<td rowspan="3" valign="top" >Generic</td>
25512551
<td valign="top" >“EDID”</td>
25522552
<td valign="top" >BLOB | IMMUTABLE</td>

0 commit comments

Comments
 (0)