All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: Convert pr_warning to standard pr_warn
@ 2017-09-05  2:28 ` chengjian c00427203
  0 siblings, 0 replies; 12+ messages in thread
From: chengjian c00427203 @ 2017-09-05  2:28 UTC (permalink / raw)
  To: linux-arm-kernel

Convert pr_warning to standard pr_warn in arch/arm64/kernel/smp.c

Signed-off-by: Cheng Jian <cj.chengjian@huawei.com>
---
 arch/arm64/kernel/smp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/kernel/smp.c b/arch/arm64/kernel/smp.c
index 9f7195a..efcaa05 100644
--- a/arch/arm64/kernel/smp.c
+++ b/arch/arm64/kernel/smp.c
@@ -972,7 +972,7 @@ void smp_send_stop(void)
 		udelay(1);
 
 	if (num_online_cpus() > 1)
-		pr_warning("SMP: failed to stop secondary CPUs %*pbl\n",
+		pr_warn("SMP: failed to stop secondary CPUs %*pbl\n",
 			   cpumask_pr_args(cpu_online_mask));
 }
 
@@ -1009,7 +1009,7 @@ void crash_smp_send_stop(void)
 		udelay(1);
 
 	if (atomic_read(&waiting_for_crash_ipi) > 0)
-		pr_warning("SMP: failed to stop secondary CPUs %*pbl\n",
+		pr_warn("SMP: failed to stop secondary CPUs %*pbl\n",
 			   cpumask_pr_args(&mask));
 }
 
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-09-06 14:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-05  2:28 [PATCH] arm64: Convert pr_warning to standard pr_warn chengjian c00427203
2017-09-05  2:28 ` chengjian c00427203
2017-09-05  9:10 ` Mark Rutland
2017-09-05  9:10   ` Mark Rutland
2017-09-05  9:22   ` chengjian (D)
2017-09-05  9:22     ` chengjian (D)
2017-09-05 18:38   ` Joe Perches
2017-09-05 18:38     ` Joe Perches
2017-09-06  9:21     ` Mark Rutland
2017-09-06  9:21       ` Mark Rutland
2017-09-06 14:19       ` Catalin Marinas
2017-09-06 14:19         ` Catalin Marinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.