s390/uaccess: rename tmp1 and tmp2 variables
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 24 Mar 2023 14:00:22 +0000 (15:00 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 4 Apr 2023 16:27:24 +0000 (18:27 +0200)
commit7f65d18329a2546ce6f64ac6bf141c38b15c2ab3
tree357f52328c9909cfa037343d1d3346a639528699
parentafdcc2ce3970ccad0ec4fb2d2c614e444c59f770
s390/uaccess: rename tmp1 and tmp2 variables

Rename tmp1 and tmp2 variables to more meaningful val (for value) and rem
(for remainder).

Except for debug sections the output of "objdump -Dr" of the uaccess object
file is identical before/after this change.

Reviewed-by: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/lib/uaccess.c