提交 995b819f 编写于 作者: L Linus Torvalds

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: NAmarnath Baliyase <baliyaseamarnath@gmail.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 2ef96a5b
...@@ -48,7 +48,7 @@ struct videomode; ...@@ -48,7 +48,7 @@ struct videomode;
* @MODE_HSYNC: hsync out of range * @MODE_HSYNC: hsync out of range
* @MODE_VSYNC: vsync out of range * @MODE_VSYNC: vsync out of range
* @MODE_H_ILLEGAL: mode has illegal horizontal timings * @MODE_H_ILLEGAL: mode has illegal horizontal timings
* @MODE_V_ILLEGAL: mode has illegal horizontal timings * @MODE_V_ILLEGAL: mode has illegal vertical timings
* @MODE_BAD_WIDTH: requires an unsupported linepitch * @MODE_BAD_WIDTH: requires an unsupported linepitch
* @MODE_NOMODE: no mode with a matching name * @MODE_NOMODE: no mode with a matching name
* @MODE_NO_INTERLACE: interlaced mode not supported * @MODE_NO_INTERLACE: interlaced mode not supported
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册