aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Carstens <[email protected]>2023-03-24 15:00:24 +0100
committerVasily Gorbik <[email protected]>2023-04-04 18:27:24 +0200
commit49d6e68f66132ee521d587ce97645ed2d3183d90 (patch)
tree94b1ea7f5a6b18d6dc4a6b3734ebc94cb66a7540
parentc3bd834328a6b642cfebc8a1a6cd5e5447cbbd12 (diff)
s390/uaccess: remove extra blank line
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 <[email protected]> Signed-off-by: Heiko Carstens <[email protected]> Signed-off-by: Vasily Gorbik <[email protected]>
-rw-r--r--arch/s390/lib/uaccess.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/lib/uaccess.c b/arch/s390/lib/uaccess.c
index 1cd5a3768fcd..e4a13d7cab6e 100644
--- a/arch/s390/lib/uaccess.c
+++ b/arch/s390/lib/uaccess.c
@@ -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 */