This is a note to let you know that I've just added the patch titled init/main: properly align the multi-line comment to the 4.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: init-main-properly-align-the-multi-line-comment.patch and it can be found in the queue-4.9 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 1b3b3b49b9961401331a1b496db5bec5c7b41ae6 Mon Sep 17 00:00:00 2001 From: Viresh Kumar <viresh.kumar@xxxxxxxxxx> Date: Thu, 23 Mar 2017 17:00:05 +0530 Subject: init/main: properly align the multi-line comment From: Viresh Kumar <viresh.kumar@xxxxxxxxxx> commit 1b3b3b49b9961401331a1b496db5bec5c7b41ae6 upstream. Add a tab before it to follow standard practices. Also add the missing full stop '.'. Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx> Signed-off-by: Jiri Kosina <jkosina@xxxxxxx> Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- init/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/init/main.c +++ b/init/main.c @@ -498,10 +498,10 @@ asmlinkage __visible void __init start_k 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); Patches currently in stable-queue which might be from viresh.kumar@xxxxxxxxxx are queue-4.9/init-main-fix-double-the-in-comment.patch queue-4.9/init-main-properly-align-the-multi-line-comment.patch