Re: [PATCH 1/3] virStorageBackendCopyToFD: remove unused return variable

2021-01-05 Thread Michal Privoznik
On 12/29/20 12:29 PM, Yi Li wrote: remove unused return variable, The errno will throw by virReportSystemError Signed-off-by: Yi Li --- src/storage/storage_util.c | 22 +++--- 1 file changed, 7 insertions(+), 15 deletions(-) Patches look good, but I'd reorder them a bit.

[PATCH 1/3] virStorageBackendCopyToFD: remove unused return variable

2020-12-29 Thread Yi Li
remove unused return variable, The errno will throw by virReportSystemError Signed-off-by: Yi Li --- src/storage/storage_util.c | 22 +++--- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/src/storage/storage_util.c b/src/storage/storage_util.c index