Message ID | 20200416195641.13144.16955.stgit@localhost.localdomain (mailing list archive) |
---|---|
Headers | show |
Series | virtio-balloon: add support for free page reporting | expand |
Patchew URL: https://patchew.org/QEMU/20200416195641.13144.16955.stgit@localhost.localdomain/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v20 QEMU 0/5] virtio-balloon: add support for free page reporting Message-id: 20200416195641.13144.16955.stgit@localhost.localdomain Type: series === 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' 33de5c8 virtio-balloon: Provide an interface for free page reporting 20cd9d2 linux-headers: update to contain virito-balloon free page reporting fe9a29b virtio-balloon: Implement support for page poison tracking feature 5824022 virtio-balloon: Replace free page hinting references to 'report' with 'hint' 9fcf955 linux-headers: Update to allow renaming of free_page_report_cmd_id === OUTPUT BEGIN === 1/5 Checking commit 9fcf955ce5d7 (linux-headers: Update to allow renaming of free_page_report_cmd_id) 2/5 Checking commit 58240226c116 (virtio-balloon: Replace free page hinting references to 'report' with 'hint') 3/5 Checking commit fe9a29ba1521 (virtio-balloon: Implement support for page poison tracking feature) 4/5 Checking commit 20cd9d2d0845 (linux-headers: update to contain virito-balloon free page reporting) 5/5 Checking commit 33de5c8bb2f6 (virtio-balloon: Provide an interface for free page reporting) ERROR: code indent should never use tabs #68: FILE: hw/virtio/virtio-balloon.c:364: +^I^I(ram_offset + size) > qemu_ram_get_used_length(rb)) {$ total: 1 errors, 0 warnings, 94 lines checked Patch 5/5 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20200416195641.13144.16955.stgit@localhost.localdomain/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com