[ofa-general] [RFC PATCH 03/14] RFC mlx4_core: Move opening brace of function onto a new line
Roland Dreier
rolandd at cisco.com
Fri Feb 29 20:26:03 PST 2008
Signed-off-by: Roland Dreier <rolandd at cisco.com>
---
drivers/net/mlx4/cmd.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/net/mlx4/cmd.c b/drivers/net/mlx4/cmd.c
index db49051..70dff94 100644
--- a/drivers/net/mlx4/cmd.c
+++ b/drivers/net/mlx4/cmd.c
@@ -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,
--
1.5.4.2
More information about the general
mailing list