]> git.baikalelectronics.ru Git - kernel.git/commit
drm: fix trivial field description cut-and-paste error
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 May 2020 17:48:53 +0000 (10:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 May 2020 17:48:53 +0000 (10:48 -0700)
commit725a33a5d87e501083af459bec415a34269e6a98
treee651a9cde5dcb0d9a4d3814f79b3e07cd37bebc2
parent298dae0145d99f40500428685c6c595129ea54b1
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 <baliyaseamarnath@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/drm/drm_modes.h