From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXttZ-0003ay-Gp for qemu-devel@nongnu.org; Fri, 14 Dec 2018 15:17:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXttR-0007k8-VM for qemu-devel@nongnu.org; Fri, 14 Dec 2018 15:17:10 -0500 References: <20181213223737.11793-1-pbonzini@redhat.com> <20181213223737.11793-3-pbonzini@redhat.com> From: Eric Blake Message-ID: <9eb33910-7afc-42c8-6e07-713f3fb023c0@redhat.com> Date: Fri, 14 Dec 2018 14:16:28 -0600 MIME-Version: 1.0 In-Reply-To: <20181213223737.11793-3-pbonzini@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] avoid TABs in files that only contain a few List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: Stefan Hajnoczi , Kevin Wolf , Max Reitz , Stefan Weil , Viktor Prutyanov , Richard Henderson , Peter Maydell , =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , Amit Shah , "Michael S. Tsirkin" , Stefano Stabellini , Anthony Perard , Andrzej Zaborowski , Gerd Hoffmann , Eduardo Habkost , Marcel Apfelbaum , John Snow , Aurelien Jarno , Aleksandar Markovic , Stefan Markovic , Jason Wang , Jiri Pirko , Dmitry Fleytman , David Gibson , =?UTF-8?Q?Herv=c3=a9_Poussineau?= , Fam Zheng , Magnus Damm , Igor Mammedov , Riku Voipio , Laurent Vivier , Thomas Huth , "Edgar E. Iglesias" , =?UTF-8?Q?Alex_Benn=c3=a9e?= , =?UTF-8?Q?Daniel_P=2e_Berrang=c3=a9?= , "open list:bochs" , "open list:Stellaris" , "open list:X86" , "open list:ppc4xx" 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 > --- > nbd/client.c | 2 +- NBD part: Acked-by: Eric Blake 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