1
0
Fork 0

mlx4_core: Move opening brace of function onto a new line

Signed-off-by: Roland Dreier <rolandd@cisco.com>
hifive-unleashed-5.1
Roland Dreier 2008-04-16 21:01:04 -07:00
parent 5d5e815db9
commit ca28121114
1 changed files with 2 additions and 1 deletions

View File

@ -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,