From: Martin Schwidefsky Date: Tue, 29 Apr 2014 07:34:41 +0000 (+0200) Subject: KVM: s390/mm: cleanup gmap function arguments, variable names X-Git-Tag: fixes-for-v3.18-merge-window~23^2~66^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e0a0431bf7d90ed0b8a0a974ad219617a70cc22;p=pandora-kernel.git KVM: s390/mm: cleanup gmap function arguments, variable names Make the order of arguments for the gmap calls more consistent, if the gmap pointer is passed it is always the first argument. In addition distinguish between guest address and user address by naming the variables gaddr for a guest address and vmaddr for a user address. Signed-off-by: Martin Schwidefsky Reviewed-by: Cornelia Huck Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed