From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWyTq-0004X4-3s for qemu-devel@nongnu.org; Tue, 01 Sep 2015 23:12:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWyTm-0001N4-TB for qemu-devel@nongnu.org; Tue, 01 Sep 2015 23:12:58 -0400 Received: from mout.gmx.net ([212.227.15.15]:60900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWyTm-0001Ms-GF for qemu-devel@nongnu.org; Tue, 01 Sep 2015 23:12:54 -0400 Date: Wed, 2 Sep 2015 05:12:50 +0200 From: Jonathan =?utf-8?Q?Neusch=C3=A4fer?= Message-ID: <20150902031250.GC1761@latitude> References: <20150829160449.GB8212@latitude> <20150831192715.GA1761@latitude> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] linux-user: fix cmsg conversion in case of multiple headers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Riku Voipio , Jonathan =?utf-8?Q?Neusch=C3=A4fer?= , QEMU Developers On Tue, Sep 01, 2015 at 04:45:12PM +0100, Peter Maydell wrote: > Code-wise this looks good; thanks. There are a few minor style > nits caught by scripts/checkpatch.pl, which it would be nice if > you can fix. (They're mostly things that were present in the code > already, but we like to fix the style issues when a patch has > to touch a line of code anyway.) Okay, I'll fix the style issues. -- Jonathan