[PATCH 09/10] trivial: fix typos concerning "registration"

From: Uwe Kleine-KÃnig
Date: Wed Feb 09 2011 - 05:09:11 EST


Signed-off-by: Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
---
arch/arm/mach-s5pv210/mach-goni.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c
index e22d511..c18bd42 100644
--- a/arch/arm/mach-s5pv210/mach-goni.c
+++ b/arch/arm/mach-s5pv210/mach-goni.c
@@ -824,14 +824,14 @@ static void __init goni_map_io(void)

static void __init goni_machine_init(void)
{
- /* Radio: call before I2C 1 registeration */
+ /* Radio: call before I2C 1 registration */
goni_radio_init();

/* I2C1 */
s3c_i2c1_set_platdata(NULL);
i2c_register_board_info(1, i2c1_devs, ARRAY_SIZE(i2c1_devs));

- /* TSP: call before I2C 2 registeration */
+ /* TSP: call before I2C 2 registration */
goni_tsp_init();

/* I2C2 */
--
1.7.2.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/