Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxxx> --- arch/arm/mach-davinci/board-dm355-evm.c | 4 ++-- arch/arm/mach-davinci/board-dm365-evm.c | 2 +- arch/arm/mach-davinci/board-dm644x-evm.c | 2 +- arch/arm/mach-davinci/devices.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-davinci/board-dm355-evm.c b/arch/arm/mach-davinci/board-dm355-evm.c index 3c5a9e3c128a..36983dd73904 100644 --- a/arch/arm/mach-davinci/board-dm355-evm.c +++ b/arch/arm/mach-davinci/board-dm355-evm.c @@ -222,7 +222,7 @@ static struct v4l2_input tvp5146_inputs[] = { /* * this is the route info for connecting each input to decoder - * ouput that goes to vpfe. There is a one to one correspondence + * output that goes to vpfe. There is a one to one correspondence * with tvp5146_inputs */ static struct vpfe_route tvp5146_routes[] = { @@ -295,7 +295,7 @@ static struct vpbe_enc_mode_info dm355evm_enc_preset_timing[] = { #define VENC_STD_ALL (V4L2_STD_NTSC | V4L2_STD_PAL) /* - * The outputs available from VPBE + ecnoders. Keep the + * The outputs available from VPBE + encoders. Keep the * the order same as that of encoders. First those from venc followed by that * from encoders. Index in the output refers to index on a particular encoder. * Driver uses this index to pass it to encoder when it supports more than diff --git a/arch/arm/mach-davinci/board-dm365-evm.c b/arch/arm/mach-davinci/board-dm365-evm.c index b3bef74c982a..21cf356fcd01 100644 --- a/arch/arm/mach-davinci/board-dm365-evm.c +++ b/arch/arm/mach-davinci/board-dm365-evm.c @@ -535,7 +535,7 @@ static struct vpbe_enc_mode_info dm365evm_enc_preset_timing[] = { #define VENC_STD_ALL (V4L2_STD_NTSC | V4L2_STD_PAL) /* - * The outputs available from VPBE + ecnoders. Keep the + * The outputs available from VPBE + encoders. Keep the * the order same as that of encoders. First those from venc followed by that * from encoders. Index in the output refers to index on a particular * encoder.Driver uses this index to pass it to encoder when it supports more diff --git a/arch/arm/mach-davinci/board-dm644x-evm.c b/arch/arm/mach-davinci/board-dm644x-evm.c index cce3a621eb20..1493f4a77e29 100644 --- a/arch/arm/mach-davinci/board-dm644x-evm.c +++ b/arch/arm/mach-davinci/board-dm644x-evm.c @@ -260,7 +260,7 @@ static struct v4l2_input dm644xevm_tvp5146_inputs[] = { /* * this is the route info for connecting each input to decoder - * ouput that goes to vpfe. There is a one to one correspondence + * output that goes to vpfe. There is a one to one correspondence * with tvp5146_inputs */ static struct vpfe_route dm644xevm_tvp5146_routes[] = { diff --git a/arch/arm/mach-davinci/devices.c b/arch/arm/mach-davinci/devices.c index 849e811fade7..781a619af1e1 100644 --- a/arch/arm/mach-davinci/devices.c +++ b/arch/arm/mach-davinci/devices.c @@ -245,7 +245,7 @@ void __init davinci_setup_mmc(int module, struct davinci_mmc_config *config) /* Power-on 3.3V IO cells */ __raw_writel(0, DAVINCI_SYSMOD_VIRT(SYSMOD_VDD3P3VPWDN)); - /*Set up the pull regiter for MMC */ + /*Set up the pull register for MMC */ davinci_cfg_reg(DM644X_MSTK); }