From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Date: Mon, 11 Nov 2013 07:18:35 +0000 Subject: Re: [PATCH] various space fixes Message-Id: <20131111071835.GC5302@mwanda> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org On Mon, Nov 11, 2013 at 12:01:51AM -0200, Marco Lavagnino wrote: > Fixes various warnings from empty spaces. > > This is the first patch I submit, so I'm not completely sure if I'm > doing it right. If this is correct I might start submitting more > subtantial patches. If it is wrong, please tell me what did I do > wrong, so I can learn. > Send the patch to yourself first and make sure it applies with `git am`. Save the email as raw text (including headers and everything). cat raw_email.txt | git am. regards, dan carpenter