[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [SPAM] [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few
- To: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- From: Greg Kurz <groug@xxxxxxxx>
- Date: Fri, 14 Dec 2018 11:54:35 +0100
- Cc: Peter Maydell <peter.maydell@xxxxxxxxxx>, Dmitry Fleytman <dmitry.fleytman@xxxxxxxxx>, "Michael S. Tsirkin" <mst@xxxxxxxxxx>, Jason Wang <jasowang@xxxxxxxxxx>, qemu-devel@xxxxxxxxxx, Gerd Hoffmann <kraxel@xxxxxxxxxx>, Fam Zheng <famz@xxxxxxxxxx>, Eric Blake <eblake@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, "open list:bochs" <qemu-block@xxxxxxxxxx>, Stefan Markovic <smarkovic@xxxxxxxxxxxx>, John Snow <jsnow@xxxxxxxxxx>, Magnus Damm <magnus.damm@xxxxxxxxx>, Hervé Poussineau <hpoussin@xxxxxxxxxxx>, Marcel Apfelbaum <marcel.apfelbaum@xxxxxxxxx>, Anthony Perard <anthony.perard@xxxxxxxxxx>, Marc-André Lureau <marcandre.lureau@xxxxxxxxxx>, Richard Henderson <rth@xxxxxxxxxxx>, Andrzej Zaborowski <balrogg@xxxxxxxxx>, Thomas Huth <thuth@xxxxxxxxxx>, Jiri Pirko <jiri@xxxxxxxxxxx>, Eduardo Habkost <ehabkost@xxxxxxxxxx>, Amit Shah <amit@xxxxxxxxxx>, Stefan Weil <sw@xxxxxxxxxxx>, Riku Voipio <riku.voipio@xxxxxx>, "open list:Stellaris" <qemu-arm@xxxxxxxxxx>, Stefan Hajnoczi <stefanha@xxxxxxxxxx>, "open list:X86" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Alex Bennée <alex.bennee@xxxxxxxxxx>, David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>, Kevin Wolf <kwolf@xxxxxxxxxx>, "Daniel P. Berrangé" <berrange@xxxxxxxxxx>, Viktor Prutyanov <viktor.prutyanov@xxxxxxxxxxxx>, Max Reitz <mreitz@xxxxxxxxxx>, "open list:ppc4xx" <qemu-ppc@xxxxxxxxxx>, Aleksandar Markovic <amarkovic@xxxxxxxxxxxx>, Igor Mammedov <imammedo@xxxxxxxxxx>
- Delivery-date: Fri, 14 Dec 2018 10:55:30 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Thu, 13 Dec 2018 23:37:37 +0100
Paolo Bonzini <pbonzini@xxxxxxxxxx> wrote:
> Most files that have TABs only contain a handful of them. Change
> them to spaces so that we don't confuse people.
>
> disas, standard-headers, linux-headers and libdecnumber are imported
> from other projects and probably should be exempted from the check.
> Outside those, after this patch the following files still contain both
> 8-space and TAB sequences at the beginning of the line. Many of them
> have a majority of TABs, or were initially committed with all tabs.
>
> [...]
>
> Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
> ---
This a lot of places to review... FWIW stgit spotted a trailing
whitespace for free :)
>
> diff --git a/target/cris/helper.c b/target/cris/helper.c
> index d2ec349191..754fa00d06 100644
> --- a/target/cris/helper.c
> +++ b/target/cris/helper.c
> @@ -240,7 +240,7 @@ void cris_cpu_do_interrupt(CPUState *cs)
> /* Exception starts with dslot cleared. */
> env->dslot = 0;
> }
> -
> +
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|