qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 00/12] target/hexagon: introduce idef-parser


From: no-reply
Subject: Re: [PATCH v3 00/12] target/hexagon: introduce idef-parser
Date: Tue, 30 Mar 2021 08:57:51 -0700 (PDT)

Patchew URL: 20210330143750.3037824-1-ale.qemu@rev.ng/">https://patchew.org/QEMU/20210330143750.3037824-1-ale.qemu@rev.ng/



Hi,

This series seems to have some coding style problems. See output below for
more information:

Type: series
Message-id: 20210330143750.3037824-1-ale.qemu@rev.ng
Subject: [PATCH v3 00/12] target/hexagon: introduce idef-parser

=== 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
From https://github.com/patchew-project/qemu
   7993b0f..4a0ba67  master     -> master
 - [tag update]      patchew/20210325112941.365238-1-pbonzini@redhat.com -> 
patchew/20210325112941.365238-1-pbonzini@redhat.com
 - [tag update]      patchew/20210329110303.15235-1-alex.bennee@linaro.org -> 
patchew/20210329110303.15235-1-alex.bennee@linaro.org
 * [new tag]         patchew/20210330143750.3037824-1-ale.qemu@rev.ng -> 
patchew/20210330143750.3037824-1-ale.qemu@rev.ng
Switched to a new branch 'test'
0f8591b target/hexagon: import additional tests
937c6cf target/hexagon: call idef-parser functions
a86f74c target/hexagon: import parser for idef-parser
d1c0eea target/hexagon: import lexer for idef-parser
83ab86b target/hexagon: prepare input for the idef-parser
83b3488 target/hexagon: expose next PC in DisasContext
6ec869c target/hexagon: introduce new helper functions
c9b6a53 target/hexagon: make helper functions non-static
4fc7d90 target/hexagon: make slot number an unsigned
f62b717 target/hexagon: import README for idef-parser
d75567e target/hexagon: update MAINTAINERS for idef-parser
131fca8 tcg: expose TCGCond manipulation routines

=== OUTPUT BEGIN ===
1/12 Checking commit 131fca89f291 (tcg: expose TCGCond manipulation routines)
Use of uninitialized value $acpi_testexpected in string eq at 
./scripts/checkpatch.pl line 1529.
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#19: 
new file mode 100644

total: 0 errors, 1 warnings, 183 lines checked

Patch 1/12 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
2/12 Checking commit d75567e8a276 (target/hexagon: update MAINTAINERS for 
idef-parser)
3/12 Checking commit f62b717c38c9 (target/hexagon: import README for 
idef-parser)
Use of uninitialized value $acpi_testexpected in string eq at 
./scripts/checkpatch.pl line 1529.
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#38: 
new file mode 100644

total: 0 errors, 1 warnings, 464 lines checked

Patch 3/12 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
4/12 Checking commit 4fc7d902ffc6 (target/hexagon: make slot number an unsigned)
5/12 Checking commit c9b6a53db620 (target/hexagon: make helper functions 
non-static)
6/12 Checking commit 6ec869cf1437 (target/hexagon: introduce new helper 
functions)
7/12 Checking commit 83b3488172da (target/hexagon: expose next PC in 
DisasContext)
8/12 Checking commit 83ab86b500b4 (target/hexagon: prepare input for the 
idef-parser)
Use of uninitialized value $acpi_testexpected in string eq at 
./scripts/checkpatch.pl line 1529.
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#20: 
new file mode 100644

total: 0 errors, 1 warnings, 316 lines checked

Patch 8/12 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
9/12 Checking commit d1c0eea89a02 (target/hexagon: import lexer for idef-parser)
Use of uninitialized value $acpi_testexpected in string eq at 
./scripts/checkpatch.pl line 1529.
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#29: 
new file mode 100644

total: 0 errors, 1 warnings, 946 lines checked

Patch 9/12 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
10/12 Checking commit a86f74c8704d (target/hexagon: import parser for 
idef-parser)
Use of uninitialized value $acpi_testexpected in string eq at 
./scripts/checkpatch.pl line 1529.
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#30: 
new file mode 100644

ERROR: suspicious ; after while (0)
#3314: FILE: target/hexagon/idef-parser/parser-helpers.h:98:
+    } while (0);

total: 1 errors, 1 warnings, 3681 lines checked

Patch 10/12 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

11/12 Checking commit 937c6cfff6d1 (target/hexagon: call idef-parser functions)
12/12 Checking commit 0f8591bf9641 (target/hexagon: import additional tests)
Use of uninitialized value $acpi_testexpected in string eq at 
./scripts/checkpatch.pl line 1529.
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#99: 
new file mode 100644

total: 0 errors, 1 warnings, 1050 lines checked

Patch 12/12 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
20210330143750.3037824-1-ale.qemu@rev.ng/testing.checkpatch/?type=message">http://patchew.org/logs/20210330143750.3037824-1-ale.qemu@rev.ng/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]