Signed-off-by: Joe Perches <[EMAIL PROTECTED]>
---
 drivers/input/keyboard/omap-keypad.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/input/keyboard/omap-keypad.c 
b/drivers/input/keyboard/omap-keypad.c
index babc913..ce6206f 100644
--- a/drivers/input/keyboard/omap-keypad.c
+++ b/drivers/input/keyboard/omap-keypad.c
@@ -335,7 +335,7 @@ static int __init omap_kp_probe(struct platform_device 
*pdev)
                /* Cols: outputs */
                for (col_idx = 0; col_idx < omap_kp->cols; col_idx++) {
                        if (omap_request_gpio(col_gpios[col_idx]) < 0) {
-                               printk(KERN_ERR "Failed to request"
+                               printk(KERN_ERR "Failed to request "
                                       "GPIO%d for keypad\n",
                                       col_gpios[col_idx]);
                                goto err1;
@@ -345,7 +345,7 @@ static int __init omap_kp_probe(struct platform_device 
*pdev)
                /* Rows: inputs */
                for (row_idx = 0; row_idx < omap_kp->rows; row_idx++) {
                        if (omap_request_gpio(row_gpios[row_idx]) < 0) {
-                               printk(KERN_ERR "Failed to request"
+                               printk(KERN_ERR "Failed to request "
                                       "GPIO%d for keypad\n",
                                       row_gpios[row_idx]);
                                goto err2;
-- 
1.5.3.5.652.gf192c

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

Reply via email to