[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LSU.2.00.0911251220110.6953@wotan.suse.de>
Date: Wed, 25 Nov 2009 12:26:42 +0100 (CET)
From: Jiri Kosina <jkosina@...e.cz>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Russell King <rmk@....linux.org.uk>
Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
Subject: Re: linux-next: manual merge of the trivial tree with the arm tree
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 prefixes
> for symbols in mx2x.h") from the arm tree and commit
> 324bea84dda5e6ddea9464cdd957cb8cf94552d9 ("tree-wide: fix typos "offest"
> -> "offset"") from the trivial tree.
>
> Just context changes. I fixed it up (see below) and can carry the fix 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
patch below. Thanks.
From: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
Subject: [PATCH] arm: fix "offest" -> "offset" typo
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
Signed-off-by: Jiri Kosina <jkosina@...e.cz>
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 @@
/* The following addresses are common between i.MX21 and i.MX27 */
-/* Register offests */
+/* Register offsets */
#define AIPI_BASE_ADDR 0x10000000
#define AIPI_BASE_ADDR_VIRT 0xF4000000
#define AIPI_SIZE SZ_1M
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists