[IRDA]: Add missing "space"
authorJoe Perches <joe@perches.com>
Tue, 20 Nov 2007 07:48:30 +0000 (23:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Nov 2007 07:48:30 +0000 (23:48 -0800)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/irda/iriap.c

index dc5e34a..a86a5d8 100644 (file)
@@ -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;
        }