[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/4] s390x: Reset cleanup
From: |
no-reply |
Subject: |
Re: [PATCH 0/4] s390x: Reset cleanup |
Date: |
Fri, 22 Nov 2019 02:10:49 -0800 (PST) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Subject: [PATCH 0/4] s390x: Reset cleanup
Type: series
Message-id: address@hidden
=== 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'
b557dea s390x: Beautify machine reset
e5244c7 s390x: Beautify diag308 handling
288f436 s390x: Cleanup cpu resets
9f85af6 s390x: Don't do a normal reset on the initial cpu
=== OUTPUT BEGIN ===
1/4 Checking commit 9f85af68844a (s390x: Don't do a normal reset on the initial
cpu)
2/4 Checking commit 288f436dc8e9 (s390x: Cleanup cpu resets)
3/4 Checking commit e5244c7edde8 (s390x: Beautify diag308 handling)
ERROR: code indent should never use tabs
#25: FILE: target/s390x/diag.c:56:
+#define DIAG308_RESET_MOD_CLR^I^I0$
ERROR: code indent should never use tabs
#26: FILE: target/s390x/diag.c:57:
+#define DIAG308_RESET_LOAD_NORM^I^I1$
ERROR: code indent should never use tabs
#27: FILE: target/s390x/diag.c:58:
+#define DIAG308_LOAD_CLEAR^I^I3$
ERROR: code indent should never use tabs
#28: FILE: target/s390x/diag.c:59:
+#define DIAG308_LOAD_NORMAL_DUMP^I4$
ERROR: code indent should never use tabs
#29: FILE: target/s390x/diag.c:60:
+#define DIAG308_SET^I^I^I5$
ERROR: code indent should never use tabs
#30: FILE: target/s390x/diag.c:61:
+#define DIAG308_STORE^I^I^I6$
total: 6 errors, 0 warnings, 83 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 b557dea18bc1 (s390x: Beautify machine reset)
=== 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
- Re: [PATCH 4/4] s390x: Beautify machine reset, (continued)
- Re: [PATCH 4/4] s390x: Beautify machine reset, David Hildenbrand, 2019/11/22
- Re: [PATCH 4/4] s390x: Beautify machine reset, Janosch Frank, 2019/11/22
- Re: [PATCH 4/4] s390x: Beautify machine reset, David Hildenbrand, 2019/11/22
- Re: [PATCH 4/4] s390x: Beautify machine reset, Cornelia Huck, 2019/11/22
- Re: [PATCH 4/4] s390x: Beautify machine reset, Janosch Frank, 2019/11/22
- Re: [PATCH 4/4] s390x: Beautify machine reset, David Hildenbrand, 2019/11/22
- Re: [PATCH 4/4] s390x: Beautify machine reset, Janosch Frank, 2019/11/22
Re: [PATCH 4/4] s390x: Beautify machine reset, David Hildenbrand, 2019/11/22
[PATCH 3/4] s390x: Beautify diag308 handling, Janosch Frank, 2019/11/22
Re: [PATCH 0/4] s390x: Reset cleanup,
no-reply <=