Skip to content

Commit 995b819

Browse files
committed
drm: fix trivial field description cut-and-paste error
As reported by Amarnath Baliyase, the drm_mode_status enumeration documentation describes MODE_V_ILLEGAL as "mode has illegal horizontal timings". But that's just a cut-and-paste error from the previous line. The "V" stands for vertical, of course. I'm just fixing this directly rather than bothering with going through the proper channels. Less work for everybody. Reported-by: Amarnath Baliyase <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 2ef96a5 commit 995b819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/drm/drm_modes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct videomode;
4848
* @MODE_HSYNC: hsync out of range
4949
* @MODE_VSYNC: vsync out of range
5050
* @MODE_H_ILLEGAL: mode has illegal horizontal timings
51-
* @MODE_V_ILLEGAL: mode has illegal horizontal timings
51+
* @MODE_V_ILLEGAL: mode has illegal vertical timings
5252
* @MODE_BAD_WIDTH: requires an unsupported linepitch
5353
* @MODE_NOMODE: no mode with a matching name
5454
* @MODE_NO_INTERLACE: interlaced mode not supported

0 commit comments

Comments
 (0)