Message ID | 1571996163-27688-1-git-send-email-baiyaowei@cmss.chinamobile.com (mailing list archive) |
---|---|
Headers | show |
Series | SCSI COMPARE_AND_WRITE support | expand |
Patchew URL: https://patchew.org/QEMU/1571996163-27688-1-git-send-email-baiyaowei@cmss.chinamobile.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH 0/4] SCSI COMPARE_AND_WRITE support Type: series Message-id: 1571996163-27688-1-git-send-email-baiyaowei@cmss.chinamobile.com === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT END === Switched to a new branch 'test' 9dec556 scsi-disk: add FUA support for COMPARE_AND_WRITE 8ee0b25 hw/scsi: add SCSI COMPARE_AND_WRITE support 6c2bd51 block/rbd: implement bdrv_aio_compare_and_write interface f2cafca block: add SCSI COMPARE_AND_WRITE support === OUTPUT BEGIN === 1/4 Checking commit f2cafca98400 (block: add SCSI COMPARE_AND_WRITE support) 2/4 Checking commit 6c2bd51ede14 (block/rbd: implement bdrv_aio_compare_and_write interface) ERROR: braces {} are necessary for all arms of this statement #59: FILE: block/rbd.c:808: + if (LIBRBD_HAVE_COMPARE_AND_WRITE) [...] ERROR: line over 90 characters #87: FILE: block/rbd.c:1015: + r = rbd_aio_compare_and_write(s->image, off, size/2, rcb->buf, (rcb->buf + size/2), c, 0, 0); ERROR: spaces required around that '/' (ctx:VxV) #87: FILE: block/rbd.c:1015: + r = rbd_aio_compare_and_write(s->image, off, size/2, rcb->buf, (rcb->buf + size/2), c, 0, 0); ^ ERROR: spaces required around that '/' (ctx:VxV) #87: FILE: block/rbd.c:1015: + r = rbd_aio_compare_and_write(s->image, off, size/2, rcb->buf, (rcb->buf + size/2), c, 0, 0); ^ WARNING: line over 80 characters #98: FILE: block/rbd.c:1082: + uint64_t offset, uint64_t bytes, total: 4 errors, 1 warnings, 90 lines checked Patch 2/4 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/4 Checking commit 8ee0b25d3d83 (hw/scsi: add SCSI COMPARE_AND_WRITE support) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #219: new file mode 100644 total: 0 errors, 1 warnings, 190 lines checked Patch 3/4 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 4/4 Checking commit 9dec556b752c (scsi-disk: add FUA support for COMPARE_AND_WRITE) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/1571996163-27688-1-git-send-email-baiyaowei@cmss.chinamobile.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com