[IRDA]: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c3c9d45828
commit
a572da4373
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue