aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2020-07-01 11:17:52 +0200
committerHeiko Carstens <heiko.carstens@de.ibm.com>2020-07-03 10:49:13 +0200
commit8e1398f8987851bb266c1d8d911752a18e1d05b4 (patch)
treed47e81af901e61513058f2331e066f7db0dcb4ec /arch/s390/kernel
parents390/smp: move smp_cpus_done() to header file (diff)
downloadlinux-dev-8e1398f8987851bb266c1d8d911752a18e1d05b4.tar.xz
linux-dev-8e1398f8987851bb266c1d8d911752a18e1d05b4.zip
s390/smp: add missing linebreak
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel')
-rw-r--r--arch/s390/kernel/smp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/smp.c b/arch/s390/kernel/smp.c
index b4f2795a123d..f685a38f166d 100644
--- a/arch/s390/kernel/smp.c
+++ b/arch/s390/kernel/smp.c
@@ -1141,6 +1141,7 @@ static int smp_cpu_online(unsigned int cpu)
return sysfs_create_group(&s->kobj, &cpu_online_attr_group);
}
+
static int smp_cpu_pre_down(unsigned int cpu)
{
struct device *s = &per_cpu(cpu_device, cpu)->dev;