From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751675Ab3AGHD3 (ORCPT ); Mon, 7 Jan 2013 02:03:29 -0500 Received: from mail-ye0-f175.google.com ([209.85.213.175]:37039 "EHLO mail-ye0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751086Ab3AGHD1 (ORCPT ); Mon, 7 Jan 2013 02:03:27 -0500 X-Greylist: delayed 395 seconds by postgrey-1.27 at vger.kernel.org; Mon, 07 Jan 2013 02:03:27 EST Date: Sun, 6 Jan 2013 22:53:21 -0800 From: Anton Vorontsov To: Dan Carpenter Cc: Julia Lawall , kernel-janitors@vger.kernel.org, David Woodhouse , linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers/power/88pm860x_battery.c: eliminate possible references to released resources Message-ID: <20130107065321.GA31407@lizard.gateway.2wire.net> References: <1354986995-2324-1-git-send-email-Julia.Lawall@lip6.fr> <20130106050953.GH6919@lizard.sbx05280.losalca.wayport.net> <20130106211649.GA26928@lizard.sbx05280.losalca.wayport.net> <20130107064223.GR7247@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20130107064223.GR7247@mwanda> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 07, 2013 at 09:42:23AM +0300, Dan Carpenter wrote: > On Sun, Jan 06, 2013 at 01:16:50PM -0800, Anton Vorontsov wrote: > > The patch is whitespace-damaged (for some reason there are two spaces in > > the beginning of each non-change line). I repeated changes manually, but > > you might want to fix your mail/patch setup anyway. :) > > > > It may be something on your end, the patch applies fine for me. I just looked into Julia's email headers, and it says: Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed flowed? for the patch? :) That's not right. Documentation/email-clients.txt says: Don't send patches with "format=flowed". This can cause unexpected and unwanted line breaks. :-P As for why it applied fine for you, your mailer probably automatically decodes the content, but I apply mbox file directly. (If I '-C' the email in mutt, then it also applies for me, but I normally don't do that.) Anton