diff options
author | Souptick Joarder <jrdr.linux@gmail.com> | 2018-04-21 01:24:24 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-22 15:36:31 +0200 |
commit | 03eb4c33140da16e02c4f47e53c0421681bde8ce (patch) | |
tree | c0cafd8b3af8cce600cecc863e3b34d4a01b9138 /drivers/usb/roles | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) | |
download | blackbird-op-linux-03eb4c33140da16e02c4f47e53c0421681bde8ce.tar.gz blackbird-op-linux-03eb4c33140da16e02c4f47e53c0421681bde8ce.zip |
usb: mon: Change return type to vm_fault_t
Use new return type vm_fault_t for the fault handler
in struct vm_operations_struct. For now, this is just
documenting that the function returns a VM_FAULT value
rather than an errno. Once all instances are converted,
vm_fault_t will become a distinct type.
Reference id -> 1c8f422059ae ("mm: change return type to
vm_fault_t")
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Reviewed-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/roles')
0 files changed, 0 insertions, 0 deletions