projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d5e815
)
mlx4_core: Move opening brace of function onto a new line
author
Roland Dreier
<rolandd@cisco.com>
Thu, 17 Apr 2008 04:01:04 +0000
(21:01 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Thu, 17 Apr 2008 04:01:04 +0000
(21:01 -0700)
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/net/mlx4/cmd.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/mlx4/cmd.c
b/drivers/net/mlx4/cmd.c
index db49051b97b168b7a004e52c865bef94311ce56a..70dff94a8bc616f11e984559a91fbf6db1598294 100644
(file)
--- 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,