Re: [PATCH 2/2] init/main.c: sink the kernel_init to the bottom

2021-01-11 Thread Steven Rostedt
On Wed, 30 Dec 2020 14:04:24 +0800 Liu Peibao wrote: > Remove the redundant kernel_init_freeable statement. Why? This change only adds churn to the git history and adds more noise to git blame. We do not need cosmetic changes like this. -- Steve > > Signed-off-by: Liu Peibao

[PATCH 2/2] init/main.c: sink the kernel_init to the bottom

2020-12-29 Thread Liu Peibao
Remove the redundant kernel_init_freeable statement. Signed-off-by: Liu Peibao --- init/main.c | 132 ++-- 1 file changed, 65 insertions(+), 67 deletions(-) diff --git a/init/main.c b/init/main.c index 1e492de770c8..d5c2fa85ee54 100644 ---