Messages in this thread Patch in this message |  | | Date | Sat, 10 Feb 2007 02:14:31 +0100 | From | Nicolas Kaiser <> | Subject | arch/arm: typos in KERN_ERR, KERN_INFO |
| |
Typos in KERN_ERR, KERN_INFO.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net> ---
arch/arm/mach-imx/dma.c | 2 +- arch/arm/mach-s3c2410/pm-simtec.c | 2 +- arch/arm/plat-omap/dma.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff -ur a/arch/arm/mach-imx/dma.c b/arch/arm/mach-imx/dma.c --- a/arch/arm/mach-imx/dma.c 2006-11-29 22:57:37.000000000 +0100 +++ b/arch/arm/mach-imx/dma.c 2007-02-09 23:42:15.000000000 +0100 @@ -234,7 +234,7 @@ imxdma->resbytes = dma_length; if (!sg || !sgcount) { - printk(KERN_ERR "imxdma%d: imx_dma_setup_sg epty sg list\n", + printk(KERN_ERR "imxdma%d: imx_dma_setup_sg empty sg list\n", dma_ch); return -EINVAL; } diff -ur a/arch/arm/mach-s3c2410/pm-simtec.c b/arch/arm/mach-s3c2410/pm-simtec.c --- a/arch/arm/mach-s3c2410/pm-simtec.c 2007-01-21 15:40:56.000000000 +0100 +++ b/arch/arm/mach-s3c2410/pm-simtec.c 2007-02-09 23:40:46.000000000 +0100 @@ -52,7 +52,7 @@ !machine_is_aml_m5900()) return 0; - printk(KERN_INFO "Simtec Board Power Manangement" COPYRIGHT "\n"); + printk(KERN_INFO "Simtec Board Power Management" COPYRIGHT "\n"); gstatus4 = (__raw_readl(S3C2410_BANKCON7) & 0x3) << 30; gstatus4 |= (__raw_readl(S3C2410_BANKCON6) & 0x3) << 28; diff -ur a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c --- a/arch/arm/plat-omap/dma.c 2006-11-29 22:57:37.000000000 +0100 +++ b/arch/arm/plat-omap/dma.c 2007-02-09 23:39:56.000000000 +0100 @@ -1053,7 +1053,7 @@ void omap_set_lcd_dma_b1_vxres(unsigned long vxres) { if (omap_dma_in_1510_mode()) { - printk(KERN_ERR "DMA virtual resulotion is not supported " + printk(KERN_ERR "DMA virtual resolution is not supported " "in 1510 mode\n"); BUG(); } - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |