All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: drop unnecessary newlines in show_regs()
@ 2017-03-20 12:42 Kefeng Wang
  2017-03-23 14:21 ` Catalin Marinas
  0 siblings, 1 reply; 2+ messages in thread
From: Kefeng Wang @ 2017-03-20 12:42 UTC (permalink / raw)
  To: linux-arm-kernel

There are two unnecessary newlines, one is in show_regs, another
is in __show_regs(), drop them.

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
 arch/arm64/kernel/process.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/kernel/process.c b/arch/arm64/kernel/process.c
index 043d373..ae2a835 100644
--- a/arch/arm64/kernel/process.c
+++ b/arch/arm64/kernel/process.c
@@ -205,12 +205,10 @@ void __show_regs(struct pt_regs *regs)
 
 		pr_cont("\n");
 	}
-	printk("\n");
 }
 
 void show_regs(struct pt_regs * regs)
 {
-	printk("\n");
 	__show_regs(regs);
 }
 
-- 
1.7.12.4

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

* [PATCH] arm64: drop unnecessary newlines in show_regs()
  2017-03-20 12:42 [PATCH] arm64: drop unnecessary newlines in show_regs() Kefeng Wang
@ 2017-03-23 14:21 ` Catalin Marinas
  0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2017-03-23 14:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 20, 2017 at 08:42:55PM +0800, Kefeng Wang wrote:
> There are two unnecessary newlines, one is in show_regs, another
> is in __show_regs(), drop them.
> 
> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>

Queued for 4.12. Thanks.

-- 
Catalin

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

end of thread, other threads:[~2017-03-23 14:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20 12:42 [PATCH] arm64: drop unnecessary newlines in show_regs() Kefeng Wang
2017-03-23 14:21 ` 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.