summaryrefslogtreecommitdiff
path: root/drivers/serial/cpm_uart/cpm_uart_core.c
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-06-12 12:53:48 (GMT)
committerKumar Gala <galak@kernel.crashing.org>2008-06-26 06:49:04 (GMT)
commit0d8440657ef184907ac5add0b59c771ee8e8a77f (patch)
treee21ca0d2abc0a23ecfbd992fa2abfa93d65d0399 /drivers/serial/cpm_uart/cpm_uart_core.c
parentaba11fc50c925bbd6fb25d54eae2f86277a3b107 (diff)
downloadlinux-fsl-qoriq-0d8440657ef184907ac5add0b59c771ee8e8a77f.tar.xz
cpm_uart: fix whitespace issues
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers/serial/cpm_uart/cpm_uart_core.c')
-rw-r--r--drivers/serial/cpm_uart/cpm_uart_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/cpm_uart/cpm_uart_core.c b/drivers/serial/cpm_uart/cpm_uart_core.c
index a19dc7e..b0104ca 100644
--- a/drivers/serial/cpm_uart/cpm_uart_core.c
+++ b/drivers/serial/cpm_uart/cpm_uart_core.c
@@ -13,7 +13,7 @@
* Copyright (C) 2004, 2007 Freescale Semiconductor, Inc.
* (C) 2004 Intracom, S.A.
* (C) 2005-2006 MontaVista Software, Inc.
- * Vitaly Bordug <vbordug@ru.mvista.com>
+ * Vitaly Bordug <vbordug@ru.mvista.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -1305,7 +1305,7 @@ static int __init cpm_uart_console_setup(struct console *co, char *options)
pdata = pdev->dev.platform_data;
if (pdata)
if (pdata->init_ioports)
- pdata->init_ioports(pdata);
+ pdata->init_ioports(pdata);
cpm_uart_drv_get_platform_data(pdev, 1);
}