Commit ca281211 authored by Roland Dreier's avatar Roland Dreier

mlx4_core: Move opening brace of function onto a new line

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment