qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 1/5] fw_cfg: fix the command line module name


From: Gabriel L. Somlo
Subject: Re: [Qemu-devel] [PATCH v4 1/5] fw_cfg: fix the command line module name
Date: Sun, 12 Nov 2017 07:40:30 -0500
User-agent: Mutt/1.9.1 (2017-09-22)

On Tue, Oct 31, 2017 at 04:19:34PM +0100, Marc-André Lureau wrote:
> Signed-off-by: Marc-André Lureau <address@hidden>

Acked-by: Gabriel Somlo <address@hidden>

> ---
>  drivers/firmware/qemu_fw_cfg.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/firmware/qemu_fw_cfg.c b/drivers/firmware/qemu_fw_cfg.c
> index 0e2011636fbb..5cfe39f7a45f 100644
> --- a/drivers/firmware/qemu_fw_cfg.c
> +++ b/drivers/firmware/qemu_fw_cfg.c
> @@ -10,9 +10,9 @@
>   * and select subsets of aarch64), a Device Tree node (on arm), or using
>   * a kernel module (or command line) parameter with the following syntax:
>   *
> - *      [fw_cfg.]ioport=<size>@<base>[:<ctrl_off>:<data_off>]
> + *      [qemu_fw_cfg.]ioport=<size>@<base>[:<ctrl_off>:<data_off>]
>   * or
> - *      [fw_cfg.]mmio=<size>@<base>[:<ctrl_off>:<data_off>]
> + *      [qemu_fw_cfg.]mmio=<size>@<base>[:<ctrl_off>:<data_off>]
>   *
>   * where:
>   *      <size>     := size of ioport or mmio range
> @@ -21,9 +21,9 @@
>   *      <data_off> := (optional) offset of data register
>   *
>   * e.g.:
> - *      address@hidden:0:1           (the default on x86)
> + *      address@hidden:0:1           (the default on x86)
>   * or
> - *      address@hidden:8:0           (the default on arm)
> + *      address@hidden:8:0   (the default on arm)
>   */
>  
>  #include <linux/module.h>
> -- 
> 2.15.0.rc0.40.gaefcc5f6f
> 



reply via email to

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