Commit c7c5be73 authored by Dominik Dingel's avatar Dominik Dingel Committed by Martin Schwidefsky

s390/mm: fixing comment so that parameter name match

Signed-off-by: default avatarDominik Dingel <dingel@linux.vnet.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent cf813db0
...@@ -748,7 +748,7 @@ EXPORT_SYMBOL_GPL(gmap_unregister_ipte_notifier); ...@@ -748,7 +748,7 @@ EXPORT_SYMBOL_GPL(gmap_unregister_ipte_notifier);
/** /**
* gmap_ipte_notify - mark a range of ptes for invalidation notification * gmap_ipte_notify - mark a range of ptes for invalidation notification
* @gmap: pointer to guest mapping meta data structure * @gmap: pointer to guest mapping meta data structure
* @address: virtual address in the guest address space * @start: virtual address in the guest address space
* @len: size of area * @len: size of area
* *
* Returns 0 if for each page in the given range a gmap mapping exists and * Returns 0 if for each page in the given range a gmap mapping exists and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment