mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00: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:
committed by
David S. Miller
parent
8b59bfe83c
commit
d4fb30f6f1
@@ -111,7 +111,7 @@ int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf)
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
i += scnprintf(buf + i, sz - i, " | %u",
|
i += scnprintf(buf + i, sz - i, " | %u",
|
||||||
msg_src_droppable(hdr));
|
msg_src_droppable(hdr));
|
||||||
i += scnprintf(buf + i, sz - i, " %u",
|
i += scnprintf(buf + i, sz - i, " %u",
|
||||||
@@ -122,7 +122,7 @@ int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf)
|
|||||||
default:
|
default:
|
||||||
/* need more? */
|
/* need more? */
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
|
|
||||||
i += scnprintf(buf + i, sz - i, "\n");
|
i += scnprintf(buf + i, sz - i, "\n");
|
||||||
if (!more)
|
if (!more)
|
||||||
|
|||||||
Reference in New Issue
Block a user