channel-file: fix wrong parameter comments
Signed-off-by: sochin.jiang <sochin@aliyun.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
3c76c606da
commit
bcd711feb0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user