[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/2] trace: Add a trace backend for the recorder library
From: |
no-reply |
Subject: |
Re: [PATCH v3 0/2] trace: Add a trace backend for the recorder library |
Date: |
Mon, 6 Jul 2020 10:44:22 -0700 (PDT) |
Patchew URL:
20200706170255.1165105-1-dinechin@redhat.com/">https://patchew.org/QEMU/20200706170255.1165105-1-dinechin@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Subject: [PATCH v3 0/2] trace: Add a trace backend for the recorder library
Type: series
Message-id: 20200706170255.1165105-1-dinechin@redhat.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 ===
Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
Switched to a new branch 'test'
26ef33b trace: Example of non-tracing recorder use
64ee20b trace: Add support for recorder back-end
=== OUTPUT BEGIN ===
1/2 Checking commit 64ee20b304ab (trace: Add support for recorder back-end)
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#148:
new file mode 100644
WARNING: Block comments use a leading /* on a separate line
#267: FILE: trace/recorder.c:20:
+ /* Allow a dump in case we receive some unhandled signal
WARNING: Block comments use * on subsequent lines
#268: FILE: trace/recorder.c:21:
+ /* Allow a dump in case we receive some unhandled signal
+ For example, send USR2 to a hung process to get a dump */
WARNING: Block comments use a trailing */ on a separate line
#268: FILE: trace/recorder.c:21:
+ For example, send USR2 to a hung process to get a dump */
ERROR: do not use C99 // comments
#310: FILE: trace/recorder.h:32:
+#endif // TRACE_RECORDER_H
ERROR: do not use C99 // comments
#331: FILE: util/module.c:158:
+ // New recorders may have been pulled in, activate them if necessary
total: 2 errors, 4 warnings, 245 lines checked
Patch 1/2 has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
2/2 Checking commit 26ef33b3f9e1 (trace: Example of non-tracing recorder use)
=== OUTPUT END ===
Test command exited with code: 1
The full log is available at
20200706170255.1165105-1-dinechin@redhat.com/testing.checkpatch/?type=message">http://patchew.org/logs/20200706170255.1165105-1-dinechin@redhat.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com