You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
mlx4_core: Move opening brace of function onto a new line
Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user