aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2016-03-19 17:22:36 +0000
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-03-20 12:18:20 +0100
commit3c66f4aa7f3cb6579dfe977c05fcb5db25b41cd7 (patch)
tree9e3dce6a4cca721c7b8af1adc8efdc1c5eb5a157
parentdma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access() (diff)
downloadlinux-dev-3c66f4aa7f3cb6579dfe977c05fcb5db25b41cd7.tar.xz
linux-dev-3c66f4aa7f3cb6579dfe977c05fcb5db25b41cd7.zip
drm: remove excess description
Description of expected_size doesn't match any parameter of the function drm_atomic_replace_property_blob. Removing it. Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1458408156-15990-1-git-send-email-luisbg@osg.samsung.com
-rw-r--r--drivers/gpu/drm/drm_atomic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c
index c7e7a955bb1e..d78f8ea5167e 100644
--- a/drivers/gpu/drm/drm_atomic.c
+++ b/drivers/gpu/drm/drm_atomic.c
@@ -392,7 +392,6 @@ EXPORT_SYMBOL(drm_atomic_set_mode_prop_for_crtc);
* drm_atomic_replace_property_blob - replace a blob property
* @blob: a pointer to the member blob to be replaced
* @new_blob: the new blob to replace with
- * @expected_size: the expected size of the new blob
* @replaced: whether the blob has been replaced
*
* RETURNS: