diff options
author | Dominik Dingel <dingel@linux.vnet.ibm.com> | 2014-03-19 05:13:22 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2014-03-21 04:57:55 -0400 |
commit | c7c5be73ccc05da9899b313b9fa0042aae56502f (patch) | |
tree | a78c9cb27fc05d2e36aab432882caad1b49349c3 /arch/s390/mm | |
parent | cf813db0b448b45b454f0983329c3c7b007f9ab7 (diff) |
s390/mm: fixing comment so that parameter name match
Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/mm')
-rw-r--r-- | arch/s390/mm/pgtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/mm/pgtable.c b/arch/s390/mm/pgtable.c index f8b58a7a3048..27a1b931f17d 100644 --- a/arch/s390/mm/pgtable.c +++ b/arch/s390/mm/pgtable.c | |||
@@ -748,7 +748,7 @@ EXPORT_SYMBOL_GPL(gmap_unregister_ipte_notifier); | |||
748 | /** | 748 | /** |
749 | * gmap_ipte_notify - mark a range of ptes for invalidation notification | 749 | * gmap_ipte_notify - mark a range of ptes for invalidation notification |
750 | * @gmap: pointer to guest mapping meta data structure | 750 | * @gmap: pointer to guest mapping meta data structure |
751 | * @address: virtual address in the guest address space | 751 | * @start: virtual address in the guest address space |
752 | * @len: size of area | 752 | * @len: size of area |
753 | * | 753 | * |
754 | * Returns 0 if for each page in the given range a gmap mapping exists and | 754 | * Returns 0 if for each page in the given range a gmap mapping exists and |