From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Zrhu5-0005Cf-9r for mharc-qemu-trivial@gnu.org; Thu, 29 Oct 2015 03:45:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrhtz-00057g-8Q for qemu-trivial@nongnu.org; Thu, 29 Oct 2015 03:45:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zrhty-00061J-7h for qemu-trivial@nongnu.org; Thu, 29 Oct 2015 03:45:39 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:56290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrhts-00060n-0d; Thu, 29 Oct 2015 03:45:32 -0400 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 500004211B; Thu, 29 Oct 2015 10:45:31 +0300 (MSK) Message-ID: <5631CE9B.5050409@msgid.tls.msk.ru> Date: Thu, 29 Oct 2015 10:45:31 +0300 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 MIME-Version: 1.0 To: Cao jin , qemu-devel@nongnu.org References: <1445761408-10308-1-git-send-email-caoj.fnst@cn.fujitsu.com> In-Reply-To: <1445761408-10308-1-git-send-email-caoj.fnst@cn.fujitsu.com> OpenPGP: id=804465C5 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 86.62.121.231 Cc: qemu-trivial , mst@redhat.com Subject: Re: [Qemu-trivial] [PATCH] fix bad indentation in pcie_cap_slot_write_config() X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2015 07:45:43 -0000 25.10.2015 11:23, Cao jin wrote: > bad indentation conflicts with CODING_STYLE doc I don't like patches which just change coding style. It is often agreed that when you fix some code you can also fix indentation of surrounding code, but just fixing coding style isn't very productive. Yet I'm applying this one. Maybe it is the last case like this.. ;) Thanks, /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrhtx-00056f-Aq for qemu-devel@nongnu.org; Thu, 29 Oct 2015 03:45:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zrhts-00060t-89 for qemu-devel@nongnu.org; Thu, 29 Oct 2015 03:45:37 -0400 Message-ID: <5631CE9B.5050409@msgid.tls.msk.ru> Date: Thu, 29 Oct 2015 10:45:31 +0300 From: Michael Tokarev MIME-Version: 1.0 References: <1445761408-10308-1-git-send-email-caoj.fnst@cn.fujitsu.com> In-Reply-To: <1445761408-10308-1-git-send-email-caoj.fnst@cn.fujitsu.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] fix bad indentation in pcie_cap_slot_write_config() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cao jin , qemu-devel@nongnu.org Cc: qemu-trivial , mst@redhat.com 25.10.2015 11:23, Cao jin wrote: > bad indentation conflicts with CODING_STYLE doc I don't like patches which just change coding style. It is often agreed that when you fix some code you can also fix indentation of surrounding code, but just fixing coding style isn't very productive. Yet I'm applying this one. Maybe it is the last case like this.. ;) Thanks, /mjt