Re: [PATCH] block/iscsi: Use lock guards

2021-02-06 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210207063304.15227-1-niteesh...@gmail.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210207063304.15227-1-niteesh...@gmail.com Subject: [PATCH] block/iscsi: Use lock

[PATCH] block/iscsi: Use lock guards

2021-02-06 Thread G S Niteesh Babu
--- block/iscsi.c | 37 - 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/block/iscsi.c b/block/iscsi.c index 4d2a416ce7..4f7abc665a 100644 --- a/block/iscsi.c +++ b/block/iscsi.c @@ -48,6 +48,7 @@ #include "crypto/secret.h" #include "scsi/util