aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_modes.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-10-20 23:53:13 +0900
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-10-21 10:55:33 +0200
commit32197aab0425dbecc38462a91bc5c8acf70b2036 (patch)
tree87eed77b768688022f358c34d9aba8870bbb0d77 /drivers/gpu/drm/drm_modes.c
parentgpu: drm: drm_dp_mst_topology.c: Fix improper use of strncat (diff)
downloadlinux-dev-32197aab0425dbecc38462a91bc5c8acf70b2036.tar.xz
linux-dev-32197aab0425dbecc38462a91bc5c8acf70b2036.zip
gpu:drm: Fix typo in Documentation/DocBook/drm.xml
This patch fix spelling typos found in drm.xml. It is because the file is generated from comments in source codes, I have to fix the typos within source files. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/drm_modes.c')
-rw-r--r--drivers/gpu/drm/drm_modes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c
index d1b7d2006529..6d8b941c8200 100644
--- a/drivers/gpu/drm/drm_modes.c
+++ b/drivers/gpu/drm/drm_modes.c
@@ -914,7 +914,7 @@ EXPORT_SYMBOL(drm_mode_equal_no_clocks_no_stereo);
*
* This function is a helper which can be used to validate modes against size
* limitations of the DRM device/connector. If a mode is too big its status
- * memeber is updated with the appropriate validation failure code. The list
+ * member is updated with the appropriate validation failure code. The list
* itself is not changed.
*/
void drm_mode_validate_size(struct drm_device *dev,