From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759407Ab0KRQKs (ORCPT ); Thu, 18 Nov 2010 11:10:48 -0500 Received: from imr3.ericy.com ([198.24.6.13]:60235 "EHLO imr3.ericy.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753655Ab0KRQKr (ORCPT ); Thu, 18 Nov 2010 11:10:47 -0500 Date: Thu, 18 Nov 2010 08:10:35 -0800 From: Guenter Roeck To: Davide Rizzo CC: LM Sensors , "linux-kernel@vger.kernel.org" , Jean Delvare Subject: Re: [PATCH] hwmon: (lm95241) Rewritten without using macros Message-ID: <20101118161035.GA30790@ericsson.com> References: <1289340866.22931.304.camel@groeck-laptop> <20101116150305.GA4442@ericsson.com> <20101118153856.GA27671@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 18, 2010 at 10:54:05AM -0500, Davide Rizzo wrote: > 2010/11/18 Guenter Roeck : > > Hi Davide, > > > > Hi Guenter, > > > Looks like you still have trouble with line wraps. You might want to get this fixed; > > having to figure out why the patch does not apply is a bit annoying. > > > > You said me that attaching the patch to the mail is not correct. > First times I copy/pasted from kate, that broke tabs. > The last time I copy/pasted from kwrite, that seemed me correct (but > you're saying me that it isn't). > I'm using gmail, please explain me how to attach a patch to the e-mail. > Cut-and-paste is never a good idea. I avoid such problems by generating patches with "git format-patch" and sending them with "git send-email" from my linux system. Guenter