linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] init:main.c: Fixed issues for Block comments and
@ 2017-07-26 12:08 janani-sankarababu
  2017-07-28  1:58 ` Steven Rostedt
  0 siblings, 1 reply; 2+ messages in thread
From: janani-sankarababu @ 2017-07-26 12:08 UTC (permalink / raw)
  To: mingo
  Cc: akpm, keescook, jeyu, tglx, rostedt, viresh.kumar, tj, prarit,
	lokeshvutla, linux-kernel, janani-sankarababu

Signed-off-by: Janani S <jananis37@gmail.com>

---
 init/main.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/init/main.c b/init/main.c
index 052481f..f8eb4966 100644
--- a/init/main.c
+++ b/init/main.c
@@ -181,7 +181,8 @@ static bool __init obsolete_checksetup(char *line)
 				/* Already done in parse_early_param?
 				 * (Needs exact match on param part).
 				 * Keep iterating, as we can have early
-				 * params and __setups of same names 8( */
+				 * params and __setups of same names
+				 */
 				if (line[n] == '\0' || line[n] == '=')
 					had_early_param = true;
 			} else if (!p->setup_func) {
@@ -693,9 +694,9 @@ asmlinkage __visible void __init start_kernel(void)
 	arch_post_acpi_subsys_init();
 	sfi_init_late();
 
-	if (efi_enabled(EFI_RUNTIME_SERVICES)) {
+	if (efi_enabled(EFI_RUNTIME_SERVICES))
 		efi_free_boot_services();
-	}
+
 
 	/* Do the rest non-__init'ed, we're now alive */
 	rest_init();
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] init:main.c: Fixed issues for Block comments and
  2017-07-26 12:08 [PATCH] init:main.c: Fixed issues for Block comments and janani-sankarababu
@ 2017-07-28  1:58 ` Steven Rostedt
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Rostedt @ 2017-07-28  1:58 UTC (permalink / raw)
  To: janani-sankarababu
  Cc: mingo, akpm, keescook, jeyu, tglx, viresh.kumar, tj, prarit,
	lokeshvutla, linux-kernel

On Wed, 26 Jul 2017 17:38:08 +0530
janani-sankarababu <jananis37@gmail.com> wrote:


-ENOCHANGELOG

Also, the subject appears to be half missing.

-- Steve

> Signed-off-by: Janani S <jananis37@gmail.com>
> 
> ---
>  init/main.c | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/init/main.c b/init/main.c
> index 052481f..f8eb4966 100644
> --- a/init/main.c
> +++ b/init/main.c
> @@ -181,7 +181,8 @@ static bool __init obsolete_checksetup(char *line)
>  				/* Already done in parse_early_param?
>  				 * (Needs exact match on param part).
>  				 * Keep iterating, as we can have early
> -				 * params and __setups of same names 8( */
> +				 * params and __setups of same names
> +				 */
>  				if (line[n] == '\0' || line[n] == '=')
>  					had_early_param = true;
>  			} else if (!p->setup_func) {
> @@ -693,9 +694,9 @@ asmlinkage __visible void __init start_kernel(void)
>  	arch_post_acpi_subsys_init();
>  	sfi_init_late();
>  
> -	if (efi_enabled(EFI_RUNTIME_SERVICES)) {
> +	if (efi_enabled(EFI_RUNTIME_SERVICES))
>  		efi_free_boot_services();
> -	}
> +
>  
>  	/* Do the rest non-__init'ed, we're now alive */
>  	rest_init();

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-28  1:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-26 12:08 [PATCH] init:main.c: Fixed issues for Block comments and janani-sankarababu
2017-07-28  1:58 ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).