From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH] Document/gpu: Use new vm_fault_t type Date: Tue, 4 Sep 2018 15:07:26 +0200 Message-ID: <20180904130726.GR21634@phenom.ffwll.local> References: <20180904041505.GA2712@jordon-HP-15-Notebook-PC> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180904041505.GA2712@jordon-HP-15-Notebook-PC> Sender: linux-kernel-owner@vger.kernel.org To: Souptick Joarder Cc: willy@infradead.org, gustavo@padovan.org, maarten.lankhorst@linux.intel.com, sean@poorly.run, airlied@linux.ie, corbet@lwn.net, dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: dri-devel@lists.freedesktop.org On Tue, Sep 04, 2018 at 09:45:05AM +0530, Souptick Joarder wrote: > We have introduce new return type vm_fault_t for > fault handler. Update the document for the same. > > Signed-off-by: Souptick Joarder > --- > v2: Revert spaces added in v1 Thanks, applied to drm-misc-next. -Daniel > > Documentation/gpu/drm-mm.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst > index 21b6b72..c3ae888 100644 > --- a/Documentation/gpu/drm-mm.rst > +++ b/Documentation/gpu/drm-mm.rst > @@ -297,7 +297,7 @@ made up of several fields, the more interesting ones being: > struct vm_operations_struct { > void (*open)(struct vm_area_struct * area); > void (*close)(struct vm_area_struct * area); > - int (*fault)(struct vm_fault *vmf); > + vm_fault_t (*fault)(struct vm_fault *vmf); > }; > > > -- > 1.9.1 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch