Re: [PATCH 54/59] net/irda: Add missing "space"

2007-11-19 Thread David Miller
From: Joe Perches <[EMAIL PROTECTED]>
Date: Mon, 19 Nov 2007 17:53:41 -0800

> 
> Signed-off-by: Joe Perches <[EMAIL PROTECTED]>

Applied.
-
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/


[PATCH 54/59] net/irda: Add missing "space"

2007-11-19 Thread Joe Perches

Signed-off-by: Joe Perches <[EMAIL PROTECTED]>
---
 net/irda/iriap.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/irda/iriap.c b/net/irda/iriap.c
index dc5e34a..a86a5d8 100644
--- a/net/irda/iriap.c
+++ b/net/irda/iriap.c
@@ -928,7 +928,7 @@ void iriap_call_indication(struct iriap_cb *self, struct 
sk_buff *skb)
 
opcode = fp[0];
if (~opcode & 0x80) {
-   IRDA_WARNING("%s: IrIAS multiframe commands or results"
+   IRDA_WARNING("%s: IrIAS multiframe commands or results "
 "is not implemented yet!\n", __FUNCTION__);
return;
}
-- 
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/


[PATCH 54/59] net/irda: Add missing space

2007-11-19 Thread Joe Perches

Signed-off-by: Joe Perches [EMAIL PROTECTED]
---
 net/irda/iriap.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/irda/iriap.c b/net/irda/iriap.c
index dc5e34a..a86a5d8 100644
--- a/net/irda/iriap.c
+++ b/net/irda/iriap.c
@@ -928,7 +928,7 @@ void iriap_call_indication(struct iriap_cb *self, struct 
sk_buff *skb)
 
opcode = fp[0];
if (~opcode  0x80) {
-   IRDA_WARNING(%s: IrIAS multiframe commands or results
+   IRDA_WARNING(%s: IrIAS multiframe commands or results 
 is not implemented yet!\n, __FUNCTION__);
return;
}
-- 
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/


Re: [PATCH 54/59] net/irda: Add missing space

2007-11-19 Thread David Miller
From: Joe Perches [EMAIL PROTECTED]
Date: Mon, 19 Nov 2007 17:53:41 -0800

 
 Signed-off-by: Joe Perches [EMAIL PROTECTED]

Applied.
-
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/