提交 ca281211 编写于 作者: R Roland Dreier

mlx4_core: Move opening brace of function onto a new line

Signed-off-by: NRoland Dreier <rolandd@cisco.com>
上级 5d5e815d
......@@ -106,7 +106,8 @@ struct mlx4_cmd_context {
u16 token;
};
static int mlx4_status_to_errno(u8 status) {
static int mlx4_status_to_errno(u8 status)
{
static const int trans_table[] = {
[CMD_STAT_INTERNAL_ERR] = -EIO,
[CMD_STAT_BAD_OP] = -EPERM,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册