提交 54874868 编写于 作者: C Chihau Chau 提交者: David S. Miller

Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issue

This patch fix a code style issue, if a function is exported, the
EXPORT_SYMBOL macro for it should follow immediately after the closing
function brace line.
Signed-off-by: NChihau Chau <chihau@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 79236680
......@@ -28,11 +28,10 @@ struct datalink_proto *make_EII_client(void)
return proto;
}
EXPORT_SYMBOL(make_EII_client);
void destroy_EII_client(struct datalink_proto *dl)
{
kfree(dl);
}
EXPORT_SYMBOL(destroy_EII_client);
EXPORT_SYMBOL(make_EII_client);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册