From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:34630 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966206AbcJFJUS (ORCPT ); Thu, 6 Oct 2016 05:20:18 -0400 Received: by mail-wm0-f68.google.com with SMTP id b201so2516854wmb.1 for ; Thu, 06 Oct 2016 02:20:17 -0700 (PDT) Date: Thu, 6 Oct 2016 11:20:14 +0200 From: Daniel Vetter To: Chris Wilson Cc: dri-devel@lists.freedesktop.org, Daniel Vetter , stable@vger.kernel.org Subject: Re: [PATCH] drm: Fix up kerneldoc for new drm_gem_dmabuf_export() Message-ID: <20161006092014.GQ20761@phenom.ffwll.local> References: <20161005174056.29869-1-chris@chris-wilson.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161005174056.29869-1-chris@chris-wilson.co.uk> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Oct 05, 2016 at 06:40:56PM +0100, Chris Wilson wrote: > I hit send before completing a make htmldoc, and lo I forgot to fix up > the cut'n'paste. > > Fixes: a4fce9cb782a ("drm/prime: Take a ref on the drm_dev when exporting...") > Reported-by: kbuild test robot > Signed-off-by: Chris Wilson > Cc: Daniel Vetter > Cc: stable@vger.kernel.org Thanks for the quick fix, applied to drm-misc. -Daniel > --- > drivers/gpu/drm/drm_prime.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/drm_prime.c b/drivers/gpu/drm/drm_prime.c > index 875df8d719fb..b22a94dd7b53 100644 > --- a/drivers/gpu/drm/drm_prime.c > +++ b/drivers/gpu/drm/drm_prime.c > @@ -285,7 +285,8 @@ static void drm_gem_unmap_dma_buf(struct dma_buf_attachment *attach, > > /** > * drm_gem_dmabuf_export - dma_buf export implementation for GEM > - * @dma_buf: buffer to be exported > + * @dev: parent device for the exported dmabuf > + * @exp_info: the export information used by dma_buf_export() > * > * This wraps dma_buf_export() for use by generic GEM drivers that are using > * drm_gem_dmabuf_release(). In addition to calling dma_buf_export(), we take > -- > 2.9.3 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch