diff options
author | John Hunter <zhaojunwang@pku.edu.cn> | 2015-04-14 17:07:22 +0800 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-04-14 12:41:03 +0200 |
commit | 2b1193d5287004edfbf89407149a3159656f47f1 (patch) | |
tree | c9a60a8208ead9f887715943018603c89bd814c0 /include/drm | |
parent | 3968be946a057baa48c9b002166f0bfb85ac7b4b (diff) | |
download | linux-2b1193d5287004edfbf89407149a3159656f47f1.tar.bz2 |
drm: fix trivial typo mistake
Signed-off-by: John Hunter <zhjwpku@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_crtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 97c33b40005f..b009d707f562 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -975,7 +975,7 @@ struct drm_mode_set { * struct drm_mode_config_funcs - basic driver provided mode setting functions * @fb_create: create a new framebuffer object * @output_poll_changed: function to handle output configuration changes - * @atomic_check: check whether a give atomic state update is possible + * @atomic_check: check whether a given atomic state update is possible * @atomic_commit: commit an atomic state update previously verified with * atomic_check() * |