Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca281211 authored by Roland Dreier's avatar Roland Dreier
Browse files

mlx4_core: Move opening brace of function onto a new line



Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 5d5e815d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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,