Skip to content

Commit

Permalink
mlx4_core: Move opening brace of function onto a new line
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Dreier <rolandd@cisco.com>
  • Loading branch information
Roland Dreier committed Apr 17, 2008
1 parent 5d5e815 commit ca28121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/mlx4/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ca28121

Please sign in to comment.