s390/uaccess: remove extra blank line
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 24 Mar 2023 14:00:24 +0000 (15:00 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 4 Apr 2023 16:27:24 +0000 (18:27 +0200)
In order to get uaccess.c (nearly) checkpatch warning free remove an
extra blank line:

CHECK: Blank lines aren't necessary before a close brace '}'
+
+}

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

index 1cd5a3768fcdf4b11f32781461c570af93bd52d5..e4a13d7cab6e4379b3e9226ac3174447aeb8d752 100644 (file)
@@ -27,7 +27,6 @@ void debug_user_asce(int exit)
              "kernel: %016llx user: %016llx\n",
              exit ? "exit" : "entry", cr1, cr7,
              S390_lowcore.kernel_asce, S390_lowcore.user_asce);
-
 }
 #endif /*CONFIG_DEBUG_ENTRY */