qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v31 23/23] fix warning.


From: Peter Maydell
Subject: Re: [PATCH v31 23/23] fix warning.
Date: Mon, 24 Feb 2020 14:28:24 +0000

On Sun, 23 Feb 2020 at 13:33, Yoshinori Sato <address@hidden> wrote:
>
> Signed-off-by: Yoshinori Sato <address@hidden>
> ---
>  hw/rx/rx-virt.c | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/hw/rx/rx-virt.c b/hw/rx/rx-virt.c
> index 6cf7936201..4ee6647728 100644
> --- a/hw/rx/rx-virt.c
> +++ b/hw/rx/rx-virt.c
> @@ -90,8 +90,10 @@ static void rxvirt_init(MachineState *machine)
>
>      /* Load kernel and dtb */
>      if (kernel_filename) {
> -        /* The kernel image is loaded into
> -           the latter half of the SDRAM space. */
> +        /*
> +          The kernel image is loaded into
> +          the latter half of the SDRAM space.
> +        */

The comment format we prefer is described in CODING_STYLE.rst;
for block comments, and it looks like this:
    /*
     * Leading and closing slash-star and star-slash
     * on their own line; each other line has a star
     * in the left column.
     */

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]