mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-15 08:44:14 +08:00
tipc: remove unneeded semicolon in trace.c
Remove unneeded semicolon Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8b59bfe83c
commit
d4fb30f6f1
@ -111,7 +111,7 @@ int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf)
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
}
|
||||
i += scnprintf(buf + i, sz - i, " | %u",
|
||||
msg_src_droppable(hdr));
|
||||
i += scnprintf(buf + i, sz - i, " %u",
|
||||
@ -122,7 +122,7 @@ int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf)
|
||||
default:
|
||||
/* need more? */
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
i += scnprintf(buf + i, sz - i, "\n");
|
||||
if (!more)
|
||||
|
Loading…
Reference in New Issue
Block a user