From: Markus Armbruster <armbru@redhat.com>
To: <arei.gonglei@huawei.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org,
peter.huangpeng@huawei.com
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 00/11] trivial: Remove superfluous '\n' around error_report/error_setg
Date: Wed, 11 Feb 2015 14:41:04 +0100 [thread overview]
Message-ID: <87vbj87ehb.fsf@blackfin.pond.sub.org> (raw)
In-Reply-To: <1423627934-11676-1-git-send-email-arei.gonglei@huawei.com> (arei gonglei's message of "Wed, 11 Feb 2015 12:12:03 +0800")
<arei.gonglei@huawei.com> writes:
> From: Gonglei <arei.gonglei@huawei.com>
>
> Yestoday, I found that some files have superflous '\n' charactor
> around error_report/error_setg when reviewed patches.
>
> By a simply script, the below files were listed. Classify and fix
> them. It's suitable for appling via qemu-trivial IMHO.
You can find my script in commit 312fd5f :)
> Gonglei (11):
> block: remove superfluous '\n' around error_report/error_setg
> a9gtimer: remove superfluous '\n' around error_setg
> pl330.c: remove superfluous '\n' around error_setg
> numa: remove superfluous '\n' around error_setg
> Remove superfluous '\n' around error_report()
> vhost-scsi: Remove superfluous '\n' around error_report()
> vfio: Remove superfluous '\n' around error_report()
> xtensa: Remove superfluous '\n' around error_report()
> tpm: Remove superfluous '\n' around error_report()
> arm/digic_boards: Remove superfluous '\n' around error_report()
> vhost: Remove superfluous '\n' around error_report()
When I fixed this before, I didn't split it up (commits 312fd5f 6daf194
be62a2eb). Splitting it up is fine, of course. Having the catch-all as
PATCH 05/11 is a bit odd, though. Its qemu-img.c hunk could go into
PATCH 01, because qemu-img is part of the block subsystem. Not worth a
respin as far as I'm concerned.
Reviewed-by: Markus Armbruster <armbru@redhat.com>
WARNING: multiple messages have this Message-ID (diff)
From: Markus Armbruster <armbru@redhat.com>
To: arei.gonglei@huawei.com
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org,
peter.huangpeng@huawei.com
Subject: Re: [Qemu-devel] [PATCH 00/11] trivial: Remove superfluous '\n' around error_report/error_setg
Date: Wed, 11 Feb 2015 14:41:04 +0100 [thread overview]
Message-ID: <87vbj87ehb.fsf@blackfin.pond.sub.org> (raw)
In-Reply-To: <1423627934-11676-1-git-send-email-arei.gonglei@huawei.com> (arei gonglei's message of "Wed, 11 Feb 2015 12:12:03 +0800")
<arei.gonglei@huawei.com> writes:
> From: Gonglei <arei.gonglei@huawei.com>
>
> Yestoday, I found that some files have superflous '\n' charactor
> around error_report/error_setg when reviewed patches.
>
> By a simply script, the below files were listed. Classify and fix
> them. It's suitable for appling via qemu-trivial IMHO.
You can find my script in commit 312fd5f :)
> Gonglei (11):
> block: remove superfluous '\n' around error_report/error_setg
> a9gtimer: remove superfluous '\n' around error_setg
> pl330.c: remove superfluous '\n' around error_setg
> numa: remove superfluous '\n' around error_setg
> Remove superfluous '\n' around error_report()
> vhost-scsi: Remove superfluous '\n' around error_report()
> vfio: Remove superfluous '\n' around error_report()
> xtensa: Remove superfluous '\n' around error_report()
> tpm: Remove superfluous '\n' around error_report()
> arm/digic_boards: Remove superfluous '\n' around error_report()
> vhost: Remove superfluous '\n' around error_report()
When I fixed this before, I didn't split it up (commits 312fd5f 6daf194
be62a2eb). Splitting it up is fine, of course. Having the catch-all as
PATCH 05/11 is a bit odd, though. Its qemu-img.c hunk could go into
PATCH 01, because qemu-img is part of the block subsystem. Not worth a
respin as far as I'm concerned.
Reviewed-by: Markus Armbruster <armbru@redhat.com>
next prev parent reply other threads:[~2015-02-11 13:41 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-11 4:12 [Qemu-trivial] [PATCH 00/11] trivial: Remove superfluous '\n' around error_report/error_setg arei.gonglei
2015-02-11 4:12 ` [Qemu-devel] " arei.gonglei
2015-02-11 4:12 ` [Qemu-trivial] [PATCH 01/11] block: remove " arei.gonglei
2015-02-11 4:12 ` [Qemu-devel] " arei.gonglei
2015-02-11 4:12 ` [Qemu-trivial] [PATCH 02/11] a9gtimer: remove superfluous '\n' around error_setg arei.gonglei
2015-02-11 4:12 ` [Qemu-devel] " arei.gonglei
2015-02-11 4:12 ` [Qemu-trivial] [PATCH 03/11] pl330.c: " arei.gonglei
2015-02-11 4:12 ` [Qemu-devel] " arei.gonglei
2015-02-16 9:45 ` [Qemu-trivial] " Michael Tokarev
2015-02-16 9:45 ` [Qemu-devel] " Michael Tokarev
2015-02-25 4:18 ` [Qemu-trivial] " Gonglei
2015-02-25 4:18 ` [Qemu-devel] " Gonglei
2015-02-11 4:12 ` [Qemu-trivial] [PATCH 04/11] numa: " arei.gonglei
2015-02-11 4:12 ` [Qemu-devel] " arei.gonglei
2015-02-11 4:12 ` [Qemu-trivial] [PATCH 05/11] Remove superfluous '\n' around error_report() arei.gonglei
2015-02-11 4:12 ` [Qemu-devel] " arei.gonglei
2015-02-11 4:12 ` [Qemu-trivial] [PATCH 06/11] vhost-scsi: " arei.gonglei
2015-02-11 4:12 ` [Qemu-devel] " arei.gonglei
2015-02-11 4:12 ` [Qemu-trivial] [PATCH 07/11] vfio: " arei.gonglei
2015-02-11 4:12 ` [Qemu-devel] " arei.gonglei
2015-02-11 4:12 ` [Qemu-trivial] [PATCH 08/11] xtensa: " arei.gonglei
2015-02-11 4:12 ` [Qemu-devel] " arei.gonglei
2015-02-11 4:12 ` [Qemu-trivial] [PATCH 09/11] tpm: " arei.gonglei
2015-02-11 4:12 ` [Qemu-devel] " arei.gonglei
2015-02-11 4:12 ` [Qemu-trivial] [PATCH 10/11] arm/digic_boards: " arei.gonglei
2015-02-11 4:12 ` [Qemu-devel] " arei.gonglei
2015-02-11 4:12 ` [Qemu-trivial] [PATCH 11/11] vhost: " arei.gonglei
2015-02-11 4:12 ` [Qemu-devel] " arei.gonglei
2015-02-11 13:41 ` Markus Armbruster [this message]
2015-02-11 13:41 ` [Qemu-devel] [PATCH 00/11] trivial: Remove superfluous '\n' around error_report/error_setg Markus Armbruster
2015-02-12 1:10 ` [Qemu-trivial] " Gonglei
2015-02-12 1:10 ` Gonglei
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87vbj87ehb.fsf@blackfin.pond.sub.org \
--to=armbru@redhat.com \
--cc=arei.gonglei@huawei.com \
--cc=peter.huangpeng@huawei.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.