Merge branch 'drm-next-4.20' of git://people.freedesktop.org/~agd5f/linux into drm...
[sfrench/cifs-2.6.git] / Documentation / gpu / drm-mm.rst
index d3acb4949e2dcf125782e73638cc66c2730a33dd..e725e8449e7257212490547f4afd6924695b9632 100644 (file)
@@ -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);
        };