From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:20662 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729520AbhAUN61 (ORCPT ); Thu, 21 Jan 2021 08:58:27 -0500 Subject: Re: [kvm-unit-tests PATCH v4 2/3] s390x: define UV compatible I/O allocation References: <1611220392-22628-1-git-send-email-pmorel@linux.ibm.com> <1611220392-22628-3-git-send-email-pmorel@linux.ibm.com> <6c232520-dbd1-80e4-e3a3-949964df7403@linux.ibm.com> <3bce47db-c58c-6a2e-be72-9953f16a2dd4@linux.ibm.com> <0a46a299-c52d-2c7f-bb38-8d58afe053e0@redhat.com> From: Thomas Huth Message-ID: Date: Thu, 21 Jan 2021 14:56:53 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-ID: To: Pierre Morel , Janosch Frank , kvm@vger.kernel.org Cc: linux-s390@vger.kernel.org, david@redhat.com, cohuck@redhat.com, imbrenda@linux.ibm.com, drjones@redhat.com, pbonzini@redhat.com On 21/01/2021 14.47, Pierre Morel wrote: [...] > For MAINTAINERS, the Linux kernel checkpatch warns that we should use > TABS instead of SPACES between item and names. Interesting, I wasn't aware of that. I guess it's simply because the MAINTAINERS file in kvm-unit-tests is older than the patch that changed the checkpatch script in the kernel, and updates to the MAINTAINRS file in k-u-t are so seldom that nobody really noticed afterwards. If it bothers you, feel free to send a patch to fix k-u-t's MAINTAINERS file, it might be nice indeed to be aligned with the kernel here again. Thomas