From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W89cz-0005NO-Q6 for qemu-devel@nongnu.org; Tue, 28 Jan 2014 09:27:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W89cu-0005FV-CQ for qemu-devel@nongnu.org; Tue, 28 Jan 2014 09:27:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W89cu-0005Ez-5C for qemu-devel@nongnu.org; Tue, 28 Jan 2014 09:26:56 -0500 Message-ID: <1390919211.30708.32.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 28 Jan 2014 15:26:51 +0100 In-Reply-To: References: <1387186600-20389-1-git-send-email-pktoss@gmail.com> <1387194200.28883.5.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] usb: Remove magic constants from device bmAttributes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pantelis Koukousoulas Cc: QEMU Developers On Mo, 2013-12-16 at 14:34 +0200, Pantelis Koukousoulas wrote: > How about the attached patch instead, I shortened the names > > by using CFG instead of CONFIG and broke the two lines > that were still longer than 80 columns, now checkpatch.pl > > seems happy :) Finally added to usb patch queue. thanks, Gerd