Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88458
b: refs/heads/master
c: ca28121
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Apr 17, 2008
1 parent e58014f commit 7e22475
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d5e815db9651909e435918e46c84dfcbc36154f
refs/heads/master: ca2812111433284024386a8cfd4151651469523e
3 changes: 2 additions & 1 deletion trunk/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 7e22475

Please sign in to comment.