init/main: properly align the multi-line comment
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 23 Mar 2017 11:30:05 +0000 (17:00 +0530)
committerJiri Kosina <jkosina@suse.cz>
Mon, 24 Apr 2017 11:14:21 +0000 (13:14 +0200)
Add a tab before it to follow standard practices. Also add the missing
full stop '.'.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
init/main.c

index 717b2ab803e59dfb5eee8eb0a0ca71652c487ce5..7bb8e845a8a11e68d57637edef3c6a62997c5642 100644 (file)
@@ -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);