[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 0/4] Ui 20190919 patches
From: |
no-reply |
Subject: |
Re: [Qemu-devel] [PULL 0/4] Ui 20190919 patches |
Date: |
Thu, 19 Sep 2019 14:45:21 -0700 (PDT) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Message-id: address@hidden
Subject: [Qemu-devel] [PULL 0/4] Ui 20190919 patches
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 ===
Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
Switched to a new branch 'test'
8c23403 vnc: fix memory leak when vnc disconnect
43a8bdb ui: add an embedded Barrier client
7dc6f4c vnc: fix websocket field in events
aca6a4a ui/egl: fix framebuffer reads
=== OUTPUT BEGIN ===
1/4 Checking commit aca6a4ab1693 (ui/egl: fix framebuffer reads)
2/4 Checking commit 7dc6f4caa2ef (vnc: fix websocket field in events)
3/4 Checking commit 43a8bdb1f7e6 (ui: add an embedded Barrier client)
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#60:
new file mode 100644
total: 0 errors, 1 warnings, 1239 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 8c234039a34e (vnc: fix memory leak when vnc disconnect)
ERROR: spaces required around that '*' (ctx:WxB)
#120: FILE: ui/vnc-enc-tight.c:355:
+ data = (uint##bpp##_t *)vs->tight->tight.buffer; \
^
total: 1 errors, 0 warnings, 869 lines checked
Patch 4/4 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/address@hidden/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden
- [Qemu-devel] [PULL 0/4] Ui 20190919 patches, Gerd Hoffmann, 2019/09/19
- [Qemu-devel] [PULL 1/4] ui/egl: fix framebuffer reads, Gerd Hoffmann, 2019/09/19
- [Qemu-devel] [PULL 2/4] vnc: fix websocket field in events, Gerd Hoffmann, 2019/09/19
- [Qemu-devel] [PULL 4/4] vnc: fix memory leak when vnc disconnect, Gerd Hoffmann, 2019/09/19
- [Qemu-devel] [PULL 3/4] ui: add an embedded Barrier client, Gerd Hoffmann, 2019/09/19
- Re: [Qemu-devel] [PULL 0/4] Ui 20190919 patches, Peter Maydell, 2019/09/19
- Re: [Qemu-devel] [PULL 0/4] Ui 20190919 patches, Peter Maydell, 2019/09/19
- Re: [Qemu-devel] [PULL 0/4] Ui 20190919 patches,
no-reply <=