diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sys.c b/kernel/sys.c index 3e332131000e..bce933ebb29f 100644 --- a/kernel/sys.c +++ b/kernel/sys.c | |||
@@ -386,7 +386,7 @@ void kernel_restart_prepare(char *cmd) | |||
386 | /** | 386 | /** |
387 | * kernel_restart - reboot the system | 387 | * kernel_restart - reboot the system |
388 | * @cmd: pointer to buffer containing command to execute for restart | 388 | * @cmd: pointer to buffer containing command to execute for restart |
389 | * or NULL | 389 | * or %NULL |
390 | * | 390 | * |
391 | * Shutdown everything and perform a clean reboot. | 391 | * Shutdown everything and perform a clean reboot. |
392 | * This is not safe to call in interrupt context. | 392 | * This is not safe to call in interrupt context. |