qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] channel-file: fix wrong parameter comments


From: Marc-André Lureau
Subject: Re: [Qemu-devel] [PATCH] channel-file: fix wrong parameter comments
Date: Fri, 24 Mar 2017 15:47:04 +0000

On Fri, Mar 24, 2017 at 7:32 PM sochin.jiang <address@hidden> wrote:

> From: "sochin.jiang" <address@hidden>
>
>     fix wrong parameter comments in channel-file.h.
>
> Signed-off-by: sochin.jiang <address@hidden>
>


Reviewed-by: Marc-André Lureau <address@hidden>



> ---
>  include/io/channel-file.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/io/channel-file.h b/include/io/channel-file.h
> index d2462c2..79245f1 100644
> --- a/include/io/channel-file.h
> +++ b/include/io/channel-file.h
> @@ -71,7 +71,7 @@ qio_channel_file_new_fd(int fd);
>
>  /**
>   * qio_channel_file_new_path:
> - * @fd: the file descriptor
> + * @path: the file path
>   * @flags: the open flags (O_RDONLY|O_WRONLY|O_RDWR, etc)
>   * @mode: the file creation mode if O_WRONLY is set in @flags
>   * @errp: pointer to initialized error object
> --
> 1.8.3.1
>
>
> --
Marc-André Lureau


reply via email to

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