From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757552Ab1CBV3R (ORCPT ); Wed, 2 Mar 2011 16:29:17 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:37711 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757489Ab1CBV3P (ORCPT ); Wed, 2 Mar 2011 16:29:15 -0500 Date: Wed, 02 Mar 2011 13:29:52 -0800 (PST) Message-Id: <20110302.132952.59699517.davem@davemloft.net> To: crindy646@gmail.com Cc: linux-kernel@vger.kernel.org, drivers_network@kernel-bugs.osdl.org Subject: Re: [Patch] Patch for bug #13853 From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: jinqiu yang Date: Wed, 2 Mar 2011 16:10:25 -0500 > Hi everyone, > > There is a patch generated by the tool R2Fix for bug #13853. > The problem still exist in latest version. > Could you please take a look at them? Thanks! > > --- linux-2.6.30/drivers/net/ariadne.c 2009-06-09 23:05:27.000000000 -0400 > +++ /tmp/cocci-output-13571-c63aba-ariadne.c 2011-02-21 17:50:37.625039103 -0500 > @@ -421,7 +421,7 @@ static inline void ariadne_reset(struct These paths in your patch are incorrect and your email client has corrupted the patch, turning tab characters into spaces etc. You are also missing a proper "Signed-off-by: " line in your commit message, and your Subject needs to be more properly formed to describe what this patch is for. Please invest some time reading Documentation/SubmittingPatches and Documentation/email-clients.txt before trying to send this patch again. Thanks.