[PATCH 20/59] drivers/input: Add missing "space"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux