[PATCH 22/59] drivers/macintosh: Add missing "space"

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Perches
Date: Monday, November 19, 2007 - 6:48 pm

Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/macintosh/smu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/macintosh/smu.c b/drivers/macintosh/smu.c
index d409f67..0568313 100644
--- a/drivers/macintosh/smu.c
+++ b/drivers/macintosh/smu.c
@@ -194,7 +194,7 @@ static irqreturn_t smu_db_intr(int irq, void *arg)
 		reply_len = rc == 0 ? smu->cmd_buf->length : 0;
 		DPRINTK("SMU: reply len: %d\n", reply_len);
 		if (reply_len > cmd->reply_len) {
-			printk(KERN_WARNING "SMU: reply buffer too small,"
+			printk(KERN_WARNING "SMU: reply buffer too small, "
 			       "got %d bytes for a %d bytes buffer\n",
 			       reply_len, cmd->reply_len);
 			reply_len = cmd->reply_len;
-- 
1.5.3.5.652.gf192c

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 01/59] arch/ia64: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:47 pm)
[PATCH 02/59] arch/mips: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:47 pm)
[PATCH 04/59] arch/ppc: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:47 pm)
[PATCH 05/59] arch/s390: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:47 pm)
[PATCH 09/59] arch/x86: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:48 pm)
[PATCH 22/59] drivers/macintosh: Add missing "space", Joe Perches, (Mon Nov 19, 6:48 pm)
Re: [PATCH 17/59] drivers/ide: Add missing &quot;space&quot;, Bartlomiej Zolnierki ..., (Thu Nov 22, 2:23 pm)