Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932147Ab3GCNzh (ORCPT ); Wed, 3 Jul 2013 09:55:37 -0400 Received: from cantor2.suse.de ([195.135.220.15]:34576 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754666Ab3GCNzf (ORCPT ); Wed, 3 Jul 2013 09:55:35 -0400 Message-ID: <51D42D53.3000800@suse.cz> Date: Wed, 03 Jul 2013 15:55:31 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: strnape1@fel.cvut.cz Cc: Nicolas Palix , kernel-janitors , LKML , Coccinelle , Julia Lawall Subject: Re: [PATCH] scripts: Coccinelle script for pci_free_consistent() References: <20130508230308.Horde.hkDwg5wWGGBzmzKnqIjUhg1@wimap.feld.cvut.cz> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 949 Lines: 24 On 25.6.2013 15:03, Nicolas Palix wrote: > On Wed, May 8, 2013 at 11:03 PM, wrote: >> Created coccinelle script for reporting missing pci_free_consistent() calls. >> >> Signed-off-by: Petr Strnad > > Signed-off-by: Nicolas Palix Applied to kbuild.git#misc. BTW, the patch was malformed at several places, you mailer broke long lines like this: >> +msg = "ERROR: missing pci_free_consistent; pci_alloc_consistent on line %s >> and return without freeing on line %s" % (p1[0].line,p2[0].line) Please send the patch to yourself next time and verify that 'git am' can apply it, before sending it to the mailing list. Thanks, Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/