lkml.org 
[lkml]   [2020]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/2] arm64: proper comment formatting in reboot handler
Date
This comment was probably copied from arm32 and then shortened. It fits
to single line now.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
arch/arm64/kernel/process.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/arch/arm64/kernel/process.c b/arch/arm64/kernel/process.c
index 3c770329364f..e68dacbc6204 100644
--- a/arch/arm64/kernel/process.c
+++ b/arch/arm64/kernel/process.c
@@ -207,9 +207,7 @@ void machine_restart(char *cmd)
/* Give a grace period for failure to restart of 1s */
mdelay(1000);

- /*
- * Whoops - the architecture was unable to reboot.
- */
+ /* Whoops - the architecture was unable to reboot */
printk("Reboot failed -- System halted\n");
while (1);
}
--
2.29.2
\
 
 \ /
  Last update: 2020-12-19 15:38    [W:0.061 / U:0.372 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site