diff mbox series

[mini-os] console: add newline at EOF

Message ID 9d2e445b-0b0f-4e4d-08a8-0f22013f111b@suse.com (mailing list archive)
State New, archived
Headers show
Series [mini-os] console: add newline at EOF | expand

Commit Message

Jan Beulich May 18, 2020, 7:09 a.m. UTC
Some gcc versions get pretty unhappy without.

Signed-off-by: Jan Beulich <jbeulich@suse.com>

Comments

Samuel Thibault May 18, 2020, 7:53 a.m. UTC | #1
Jan Beulich, le lun. 18 mai 2020 09:09:14 +0200, a ecrit:
> Some gcc versions get pretty unhappy without.
> 
> Signed-off-by: Jan Beulich <jbeulich@suse.com>

That was an easy one :)

Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

> 
> --- a/console/console.c
> +++ b/console/console.c
> @@ -174,4 +174,4 @@ void resume_console(void)
>  {
>      xencons_ring_resume(xen_console);
>      console_initialised = 1;
> -}
> \ No newline at end of file
> +}
>
Wei Liu May 18, 2020, 10:31 a.m. UTC | #2
On Mon, May 18, 2020 at 09:53:00AM +0200, Samuel Thibault wrote:
> Jan Beulich, le lun. 18 mai 2020 09:09:14 +0200, a ecrit:
> > Some gcc versions get pretty unhappy without.
> > 
> > Signed-off-by: Jan Beulich <jbeulich@suse.com>
> 
> That was an easy one :)
> 
> Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

Applied.
diff mbox series

Patch

--- a/console/console.c
+++ b/console/console.c
@@ -174,4 +174,4 @@  void resume_console(void)
 {
     xencons_ring_resume(xen_console);
     console_initialised = 1;
-}
\ No newline at end of file
+}