[PATCH 08/10] trivial: fix typos concerning "initiali[zs]e"

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


Signed-off-by: Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
---
arch/arm/mach-omap2/voltage.c | 2 +-
drivers/gpu/drm/radeon/atombios.h | 4 ++--
drivers/media/video/ir-kbd-i2c.c | 2 +-
drivers/mmc/host/msm_sdcc.c | 2 +-
drivers/net/bnx2x/bnx2x_cmn.h | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/mach-omap2/voltage.c b/arch/arm/mach-omap2/voltage.c
index ed6079c..01a2261 100644
--- a/arch/arm/mach-omap2/voltage.c
+++ b/arch/arm/mach-omap2/voltage.c
@@ -730,7 +730,7 @@ static int vp_forceupdate_scale_voltage(struct omap_vdd_info *vdd,
/* OMAP3 specific voltage init functions */

/*
- * Intializes the voltage controller registers with the PMIC and board
+ * Initializes the voltage controller registers with the PMIC and board
* specific parameters and voltage setup times for OMAP3.
*/
static void __init omap3_vc_init(struct omap_vdd_info *vdd)
diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/gpu/drm/radeon/atombios.h
index 04b269d..892e580 100644
--- a/drivers/gpu/drm/radeon/atombios.h
+++ b/drivers/gpu/drm/radeon/atombios.h
@@ -6770,9 +6770,9 @@ typedef struct _ATOM_PPLIB_SUMO_CLOCK_INFO{
UCHAR ucEngineClockHigh; //clockfrequency >> 16.
UCHAR vddcIndex; //2-bit vddc index;
UCHAR leakage; //please use 8-bit absolute value, not the 6-bit % value
- //please initalize to 0
+ //please initialize to 0
UCHAR rsv;
- //please initalize to 0
+ //please initialize to 0
USHORT rsv1;
//please initialize to 0s
ULONG rsv2[2];
diff --git a/drivers/media/video/ir-kbd-i2c.c b/drivers/media/video/ir-kbd-i2c.c
index a221ad6..081716b 100644
--- a/drivers/media/video/ir-kbd-i2c.c
+++ b/drivers/media/video/ir-kbd-i2c.c
@@ -387,7 +387,7 @@ static int ir_probe(struct i2c_client *client, const struct i2c_device_id *id)

if (!rc) {
/*
- * If platform_data doesn't specify rc_dev, initilize it
+ * If platform_data doesn't specify rc_dev, initialize it
* internally
*/
rc = rc_allocate_device();
diff --git a/drivers/mmc/host/msm_sdcc.c b/drivers/mmc/host/msm_sdcc.c
index 153ab97..d097654 100644
--- a/drivers/mmc/host/msm_sdcc.c
+++ b/drivers/mmc/host/msm_sdcc.c
@@ -148,7 +148,7 @@ static void msmsdcc_reset_and_restore(struct msmsdcc_host *host)
pr_err("%s: Clock deassert failed at %u Hz with err %d\n",
mmc_hostname(host->mmc), host->clk_rate, ret);

- pr_info("%s: Controller has been re-initialiazed\n",
+ pr_info("%s: Controller has been re-initialized\n",
mmc_hostname(host->mmc));

/* Restore the contoller state */
diff --git a/drivers/net/bnx2x/bnx2x_cmn.h b/drivers/net/bnx2x/bnx2x_cmn.h
index 03eb4d6..a145913 100644
--- a/drivers/net/bnx2x/bnx2x_cmn.h
+++ b/drivers/net/bnx2x/bnx2x_cmn.h
@@ -324,7 +324,7 @@ int bnx2x_func_start(struct bnx2x *bp);
void bnx2x_ilt_set_info(struct bnx2x *bp);

/**
- * Inintialize dcbx protocol
+ * Initialize dcbx protocol
*
* @param bp
*/
--
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/