commit | a572da43738f156a6c81034467da429903483687 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Nov 19 23:48:30 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 19 23:48:30 2007 -0800 |
tree | 113506bc67a7fbce24e90cfdf588e1cd034f0a20 | |
parent | c3c9d45828255dcb63d695a3229a25cba97a9bdf [diff] [blame] |
[IRDA]: Add missing "space" Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
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 @@ 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; }