]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
dma-buf: Update kerneldoc for sync_file_create
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 9 Dec 2016 18:53:06 +0000 (19:53 +0100)
committerSumit Semwal <sumit.semwal@linaro.org>
Tue, 13 Dec 2016 11:39:39 +0000 (17:09 +0530)
commit24a367348a017555f982a9ee137070a7a821fa97
treee22dd649dda4cd59af3f8d193d858867d239ec93
parentc24889167583c2e7fbd1a9e12ef508c8405f6fd4
dma-buf: Update kerneldoc for sync_file_create

This was missed when adding a dma_fence_get call. While at it also
remove the kerneldoc for the static inline helper - no point
documenting internals down to every detail.

Fixes: 30cd85dd6edc ("dma-buf/sync_file: hold reference to fence when creating sync_file")
Cc: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Cc: Sean Paul <seanpaul@chromium.org>
Cc: linux-doc@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20161209185309.1682-3-daniel.vetter@ffwll.ch
drivers/dma-buf/sync_file.c