All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: arei.gonglei@huawei.com, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, peter.huangpeng@huawei.com
Subject: Re: [Qemu-trivial] [PATCH v2 00/11] trivial: Remove superfluous '\n' around error_report/error_setg
Date: Sat, 28 Feb 2015 12:11:15 +0300	[thread overview]
Message-ID: <54F18633.7020703@msgid.tls.msk.ru> (raw)
In-Reply-To: <1424838157-5524-1-git-send-email-arei.gonglei@huawei.com>

25.02.2015 07:22, arei.gonglei@huawei.com wrote:
> From: Gonglei <arei.gonglei@huawei.com>
> 
> v2 -> v1:
>  - remove superfluous "" in patch 3. (Michael Tokarev)
>  - move qemu-img.c hunk from patch 5 to patch 1. (Markus)
>  - add 'R-by' tag for this patch series.
> 
> 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.
> 
> 
> 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()

Applied series to -trivial.  I was tempted to combine whole thing
into one big patch, after trying to come up with a good prefix for 05/11 ;)

Thanks,

/mjt


WARNING: multiple messages have this Message-ID (diff)
From: Michael Tokarev <mjt@tls.msk.ru>
To: arei.gonglei@huawei.com, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, peter.huangpeng@huawei.com
Subject: Re: [Qemu-devel] [PATCH v2 00/11] trivial: Remove superfluous '\n' around error_report/error_setg
Date: Sat, 28 Feb 2015 12:11:15 +0300	[thread overview]
Message-ID: <54F18633.7020703@msgid.tls.msk.ru> (raw)
In-Reply-To: <1424838157-5524-1-git-send-email-arei.gonglei@huawei.com>

25.02.2015 07:22, arei.gonglei@huawei.com wrote:
> From: Gonglei <arei.gonglei@huawei.com>
> 
> v2 -> v1:
>  - remove superfluous "" in patch 3. (Michael Tokarev)
>  - move qemu-img.c hunk from patch 5 to patch 1. (Markus)
>  - add 'R-by' tag for this patch series.
> 
> 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.
> 
> 
> 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()

Applied series to -trivial.  I was tempted to combine whole thing
into one big patch, after trying to come up with a good prefix for 05/11 ;)

Thanks,

/mjt

  parent reply	other threads:[~2015-02-28  9:11 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-25  4:22 [Qemu-trivial] [PATCH v2 00/11] trivial: Remove superfluous '\n' around error_report/error_setg arei.gonglei
2015-02-25  4:22 ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 01/11] block: remove " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 02/11] a9gtimer: remove superfluous '\n' around error_setg arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 03/11] pl330.c: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 04/11] numa: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 05/11] Remove superfluous '\n' around error_report() arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 06/11] vhost-scsi: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 07/11] vfio: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 08/11] xtensa: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 09/11] tpm: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 10/11] arm/digic_boards: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 11/11] vhost: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-28  9:11 ` Michael Tokarev [this message]
2015-02-28  9:11   ` [Qemu-devel] [PATCH v2 00/11] trivial: Remove superfluous '\n' around error_report/error_setg Michael Tokarev

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=54F18633.7020703@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --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.