projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5674ead
)
video: Correct 'tor' typo in comment
author
Simon Glass
<sjg@chromium.org>
Fri, 15 Jan 2016 01:10:52 +0000
(18:10 -0700)
committer
Anatolij Gustschin
<agust@denx.de>
Sat, 30 Jan 2016 09:58:47 +0000
(10:58 +0100)
This should be 'rot', not 'tor'.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/video.h
patch
|
blob
|
history
diff --git
a/include/video.h
b/include/video.h
index 0e265dede9079b34ab3b244100a44a0f750f79dc..c434bc71ae5601ee4ad0a0fcf73680a663cf98b2 100644
(file)
--- a/
include/video.h
+++ b/
include/video.h
@@
-49,7
+49,7
@@
enum video_log2_bpp {
*
* @xsize: Number of pixel columns (e.g. 1366)
* @ysize: Number of pixels rows (e.g.. 768)
- * @
tor
: Display rotation (0=none, 1=90 degrees clockwise, etc.)
+ * @
rot
: Display rotation (0=none, 1=90 degrees clockwise, etc.)
* @bpix: Encoded bits per pixel
* @vidconsole_drv_name: Driver to use for the text console, NULL to
* select automatically