diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-03-19 20:22:36 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-03-20 14:18:20 +0300 |
commit | 3c66f4aa7f3cb6579dfe977c05fcb5db25b41cd7 (patch) | |
tree | 9e3dce6a4cca721c7b8af1adc8efdc1c5eb5a157 /drivers/gpu | |
parent | 18b862dcd57a3e23e34c8cd1e939f68548c1209a (diff) | |
download | linux-3c66f4aa7f3cb6579dfe977c05fcb5db25b41cd7.tar.xz |
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
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/drm_atomic.c | 1 |
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: |