[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [PATCHv2 00/11] macio: remove legacy macio_i
From: |
no-reply |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [PATCHv2 00/11] macio: remove legacy macio_init() function |
Date: |
Thu, 22 Feb 2018 06:16:21 -0800 (PST) |
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: address@hidden
Subject: [Qemu-devel] [PATCHv2 00/11] macio: remove legacy macio_init() function
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE=base
n=1
total=$(git log --oneline $BASE.. | wc -l)
failed=0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
commits="$(git log --format=%H --reverse $BASE..)"
for c in $commits; do
echo "Checking PATCH $n/$total: $(git log -n 1 --format=%s $c)..."
if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then
failed=1
echo
fi
n=$((n+1))
done
exit $failed
=== TEST SCRIPT END ===
Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
From https://github.com/patchew-project/qemu
* [new tag] patchew/address@hidden -> patchew/address@hidden
Switched to a new branch 'test'
d5e29e540b macio: remove macio_init() function
d511fd4422 macio: move setting of CUDA timebase frequency to
macio_common_realize()
4fb3902f19 mac_newworld: use object link to pass OpenPIC object to macio
e67d1d3a8c openpic: move OpenPIC state and related definitions to openpic.h
d3de622d69 mac_oldworld: use object link to pass heathrow PIC object to macio
d43db08bb0 macio: move macio related structures and defines into separate
macio.h file
4013ef1580 heathrow: change heathrow_pic_init() to return the heathrow device
7935a059a9 heathrow: convert to trace-events
72083726f5 heathrow: QOMify heathrow PIC
bea15ddd19 macio: move ESCC device within the macio device
2c121e401b macio: embed DBDMA device directly within macio
=== OUTPUT BEGIN ===
Checking PATCH 1/11: macio: embed DBDMA device directly within macio...
Checking PATCH 2/11: macio: move ESCC device within the macio device...
Checking PATCH 3/11: heathrow: QOMify heathrow PIC...
Checking PATCH 4/11: heathrow: convert to trace-events...
Checking PATCH 5/11: heathrow: change heathrow_pic_init() to return the
heathrow device...
Checking PATCH 6/11: macio: move macio related structures and defines into
separate macio.h file...
Checking PATCH 7/11: mac_oldworld: use object link to pass heathrow PIC object
to macio...
Checking PATCH 8/11: openpic: move OpenPIC state and related definitions to
openpic.h...
ERROR: "foo * bar" should be "foo *bar"
#248: FILE: include/hw/ppc/openpic.h:57:
+#define RAVEN_DBL_IRQ (RAVEN_IPI_IRQ + (RAVEN_MAX_CPU * RAVEN_MAX_IPI))
total: 1 errors, 0 warnings, 356 lines checked
Your patch has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
Checking PATCH 9/11: mac_newworld: use object link to pass OpenPIC object to
macio...
Checking PATCH 10/11: macio: move setting of CUDA timebase frequency to
macio_common_realize()...
Checking PATCH 11/11: macio: remove macio_init() function...
=== OUTPUT END ===
Test command exited with code: 1
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to address@hidden
- [Qemu-ppc] [PATCHv2 05/11] heathrow: change heathrow_pic_init() to return the heathrow device, (continued)
- [Qemu-ppc] [PATCHv2 05/11] heathrow: change heathrow_pic_init() to return the heathrow device, Mark Cave-Ayland, 2018/02/20
- [Qemu-ppc] [PATCHv2 06/11] macio: move macio related structures and defines into separate macio.h file, Mark Cave-Ayland, 2018/02/20
- [Qemu-ppc] [PATCHv2 02/11] macio: move ESCC device within the macio device, Mark Cave-Ayland, 2018/02/20
- [Qemu-ppc] [PATCHv2 03/11] heathrow: QOMify heathrow PIC, Mark Cave-Ayland, 2018/02/20
- [Qemu-ppc] [PATCHv2 04/11] heathrow: convert to trace-events, Mark Cave-Ayland, 2018/02/20
- [Qemu-ppc] [PATCHv2 07/11] mac_oldworld: use object link to pass heathrow PIC object to macio, Mark Cave-Ayland, 2018/02/20
- [Qemu-ppc] [PATCHv2 08/11] openpic: move OpenPIC state and related definitions to openpic.h, Mark Cave-Ayland, 2018/02/20
- [Qemu-ppc] [PATCHv2 09/11] mac_newworld: use object link to pass OpenPIC object to macio, Mark Cave-Ayland, 2018/02/20
- [Qemu-ppc] [PATCHv2 10/11] macio: move setting of CUDA timebase frequency to macio_common_realize(), Mark Cave-Ayland, 2018/02/20
- [Qemu-ppc] [PATCHv2 11/11] macio: remove macio_init() function, Mark Cave-Ayland, 2018/02/20
- Re: [Qemu-ppc] [Qemu-devel] [PATCHv2 00/11] macio: remove legacy macio_init() function,
no-reply <=
- Re: [Qemu-ppc] [Qemu-devel] [PATCHv2 00/11] macio: remove legacy macio_init() function, no-reply, 2018/02/23
- Re: [Qemu-ppc] [Qemu-devel] [PATCHv2 00/11] macio: remove legacy macio_init() function, no-reply, 2018/02/24
- Re: [Qemu-ppc] [Qemu-devel] [PATCHv2 00/11] macio: remove legacy macio_init() function, no-reply, 2018/02/25