[PATCH 0/3] fix some coding issues

Jiang Jiacheng posted 3 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20230105115108.3231970-1-jiangjiacheng@huawei.com
src/qemu/qemu_process.c           | 2 +-
src/remote/remote_daemon_stream.c | 4 ++--
src/storage/storage_util.c        | 4 +---
src/util/virutil.c                | 6 +-----
4 files changed, 5 insertions(+), 11 deletions(-)
[PATCH 0/3] fix some coding issues
Posted by Jiang Jiacheng 1 year, 3 months ago
Jiang Jiacheng (3):
  qemu:fix a misspelling in log
  remote: fix misspelling in the documation of
    'daemonCreateClientStream'
  storage/util: replace unnecessary while loop by if

 src/qemu/qemu_process.c           | 2 +-
 src/remote/remote_daemon_stream.c | 4 ++--
 src/storage/storage_util.c        | 4 +---
 src/util/virutil.c                | 6 +-----
 4 files changed, 5 insertions(+), 11 deletions(-)

-- 
2.33.0
Re: [PATCH 0/3] fix some coding issues
Posted by Michal Prívozník 1 year, 3 months ago
On 1/5/23 12:51, Jiang Jiacheng wrote:
> Jiang Jiacheng (3):
>   qemu:fix a misspelling in log
>   remote: fix misspelling in the documation of
>     'daemonCreateClientStream'
>   storage/util: replace unnecessary while loop by if
> 
>  src/qemu/qemu_process.c           | 2 +-
>  src/remote/remote_daemon_stream.c | 4 ++--
>  src/storage/storage_util.c        | 4 +---
>  src/util/virutil.c                | 6 +-----
>  4 files changed, 5 insertions(+), 11 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed.