Skip to content

Commit

Permalink
init/main: properly align the multi-line comment
Browse files Browse the repository at this point in the history
Add a tab before it to follow standard practices. Also add the missing
full stop '.'.

Signed-off-by: Viresh Kumar <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
vireshk authored and Jiri Kosina committed Apr 24, 2017
1 parent 6623f1c commit 1b3b3b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,10 +504,10 @@ asmlinkage __visible void __init start_kernel(void)
local_irq_disable();
early_boot_irqs_disabled = true;

/*
* Interrupts are still disabled. Do necessary setups, then
* enable them
*/
/*
* Interrupts are still disabled. Do necessary setups, then
* enable them.
*/
boot_cpu_init();
page_address_init();
pr_notice("%s", linux_banner);
Expand Down

0 comments on commit 1b3b3b4

Please sign in to comment.