From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752170AbZKCKpO (ORCPT ); Tue, 3 Nov 2009 05:45:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751492AbZKCKpO (ORCPT ); Tue, 3 Nov 2009 05:45:14 -0500 Received: from cantor.suse.de ([195.135.220.2]:41635 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751150AbZKCKpN (ORCPT ); Tue, 3 Nov 2009 05:45:13 -0500 Date: Tue, 3 Nov 2009 11:45:13 +0100 (CET) From: Jiri Kosina X-X-Sender: jkosina@wotan.suse.de To: =?ISO-8859-15?Q?Uwe_Kleine-K=F6nig?= Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] tree-wide: fix typos "offest" -> "offset" In-Reply-To: <20091103081447.GA20204@pengutronix.de> Message-ID: References: <1256757064-13669-1-git-send-email-u.kleine-koenig@pengutronix.de> <20091103081447.GA20204@pengutronix.de> User-Agent: Alpine 2.00 (LSU 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="168427776-1367170563-1257245115=:9988" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --168427776-1367170563-1257245115=:9988 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT On Tue, 3 Nov 2009, Uwe Kleine-König wrote: > > > This patch was generated by > > > > > > git grep -E -i -l 'offest' | xargs -r perl -p -i -e 's/offest/offset/' > > > > > > Signed-off-by: Uwe Kleine-König > > > --- > > > arch/arm/plat-mxc/include/mach/mx2x.h | 2 +- > > > drivers/net/wireless/ath/ath5k/eeprom.c | 2 +- > > > fs/ext3/inode.c | 2 +- > > > fs/ext4/inode.c | 2 +- > > > fs/ocfs2/blockcheck.c | 2 +- > > > 5 files changed, 5 insertions(+), 5 deletions(-) > > > > Applied, thanks. > thanks, but you somehow mangled my name in different ways for the > different commits you took from me. Sometimes you changed > "Kleine-König" to "Kleine-Koenig" in the Author field, sometimes in my > S-o-b line. > > Care to fix that? Thanks for noticing, I had a bug in my git charset config for quite some time. Fixed it now. -- Jiri Kosina SUSE Labs, Novell Inc. --168427776-1367170563-1257245115=:9988--