projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91eefc0
)
drm: Fix spelling of clock in drm_connector.h
author
Peter Meerwald-Stadler
<pmeerw@pmeerw.net>
Fri, 16 Dec 2016 13:24:23 +0000
(14:24 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Sun, 18 Dec 2016 13:48:24 +0000
(14:48 +0100)
Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: trivial@kernel.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
http://patchwork.freedesktop.org/patch/msgid/1481894663-4570-1-git-send-email-pmeerw@pmeerw.net
include/drm/drm_connector.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_connector.h
b/include/drm/drm_connector.h
index
b018e76
..
6e352a0
100644
(file)
--- a/
include/drm/drm_connector.h
+++ b/
include/drm/drm_connector.h
@@
-117,7
+117,7
@@
struct drm_display_info {
/**
* @pixel_clock: Maximum pixel clock supported by the sink, in units of
- * 100Hz. This mismatches the clok in &drm_display_mode (which is in
+ * 100Hz. This mismatches the clo
c
k in &drm_display_mode (which is in
* kHZ), because that's what the EDID uses as base unit.
*/
unsigned int pixel_clock;