From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Kosina Subject: Re: linux-next: manual merge of the trivial tree with the arm tree Date: Wed, 25 Nov 2009 12:26:42 +0100 (CET) Message-ID: References: <20091125182938.330219af.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-15 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from cantor.suse.de ([195.135.220.2]:35623 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758584AbZKYL0g (ORCPT ); Wed, 25 Nov 2009 06:26:36 -0500 In-Reply-To: <20091125182938.330219af.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell , Russell King Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, =?ISO-8859-15?Q?Uwe_Kleine-K=F6nig?= On Wed, 25 Nov 2009, Stephen Rothwell wrote: > Today's linux-next merge of the trivial tree got a conflict in > arch/arm/plat-mxc/include/mach/mx2x.h between commit > b9fc90a48a3d1794443e095d8585dcaeafb2195f ("imx: add namespace prefixe= s > for symbols in mx2x.h") from the arm tree and commit > 324bea84dda5e6ddea9464cdd957cb8cf94552d9 ("tree-wide: fix typos "offe= st" > -> "offset"") from the trivial tree. >=20 > Just context changes. I fixed it up (see below) and can carry the fi= x as > necessary. Thanks. Probably the easiest way here is to hand it over to Russel. I have dropped it from my tree -- Russel, please consider applying the=20 patch below. Thanks. =46rom: Uwe Kleine-K=F6nig Subject: [PATCH] arm: fix "offest" -> "offset" typo Signed-off-by: Uwe Kleine-K=F6nig Signed-off-by: Jiri Kosina diff --git a/arch/arm/plat-mxc/include/mach/mx2x.h b/arch/arm/plat-mxc/= include/mach/mx2x.h index db5d921..728f31c 100644 --- a/arch/arm/plat-mxc/include/mach/mx2x.h +++ b/arch/arm/plat-mxc/include/mach/mx2x.h @@ -25,7 +25,7 @@ =20 /* The following addresses are common between i.MX21 and i.MX27 */ =20 -/* Register offests */ +/* Register offsets */ #define AIPI_BASE_ADDR 0x10000000 #define AIPI_BASE_ADDR_VIRT 0xF4000000 #define AIPI_SIZE SZ_1M