aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2015-03-19 00:33:00 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-03-23 11:22:29 -0400
commit448002471bf6cc34069c2b34a2727abeba079834 (patch)
tree7db60aef7da6e9d67897c3ec6319194d4b4a25ba
parentfb8c5e49887e21817fa2b63d296c378b847bb500 (diff)
drm: mode: Fix typo in kerneldoc
Signed-off-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-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 2cca85f23138..53885968bdaf 100644
--- a/drivers/gpu/drm/drm_modes.c
+++ b/drivers/gpu/drm/drm_modes.c
@@ -1148,7 +1148,7 @@ EXPORT_SYMBOL(drm_mode_sort);
1148/** 1148/**
1149 * drm_mode_connector_list_update - update the mode list for the connector 1149 * drm_mode_connector_list_update - update the mode list for the connector
1150 * @connector: the connector to update 1150 * @connector: the connector to update
1151 * @merge_type_bits: whether to merge or overright type bits. 1151 * @merge_type_bits: whether to merge or overwrite type bits
1152 * 1152 *
1153 * This moves the modes from the @connector probed_modes list 1153 * This moves the modes from the @connector probed_modes list
1154 * to the actual mode list. It compares the probed mode against the current 1154 * to the actual mode list. It compares the probed mode against the current