[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [PATCH 2/2] avoid TABs in files that only contain a few
- To: Paolo Bonzini <pbonzini@xxxxxxxxxx>, qemu-devel@xxxxxxxxxx
- From: Eric Blake <eblake@xxxxxxxxxx>
- Date: Fri, 14 Dec 2018 14:16:28 -0600
- Cc: Peter Maydell <peter.maydell@xxxxxxxxxx>, Dmitry Fleytman <dmitry.fleytman@xxxxxxxxx>, "Michael S. Tsirkin" <mst@xxxxxxxxxx>, Jason Wang <jasowang@xxxxxxxxxx>, Gerd Hoffmann <kraxel@xxxxxxxxxx>, "Edgar E. Iglesias" <edgar.iglesias@xxxxxxxxx>, Fam Zheng <famz@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, "open list:bochs" <qemu-block@xxxxxxxxxx>, Stefan Markovic <smarkovic@xxxxxxxxxxxx>, Alex Bennée <alex.bennee@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>, David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>, 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>, John Snow <jsnow@xxxxxxxxxx>, Richard Henderson <rth@xxxxxxxxxxx>, Kevin Wolf <kwolf@xxxxxxxxxx>, Daniel P. Berrangé <berrange@xxxxxxxxxx>, Viktor Prutyanov <viktor.prutyanov@xxxxxxxxxxxx>, Laurent Vivier <laurent@xxxxxxxxx>, Max Reitz <mreitz@xxxxxxxxxx>, "open list:ppc4xx" <qemu-ppc@xxxxxxxxxx>, Aleksandar Markovic <amarkovic@xxxxxxxxxxxx>, Igor Mammedov <imammedo@xxxxxxxxxx>, Aurelien Jarno <aurelien@xxxxxxxxxxx>
- Delivery-date: Fri, 14 Dec 2018 20:17:14 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 12/13/18 4:37 PM, Paolo Bonzini 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>
---
nbd/client.c | 2 +-
NBD part:
Acked-by: Eric Blake <eblake@xxxxxxxxxx>
but I have patches that remove the line in question entirely as part of
adding 'qemu-nbd --list'.
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|