提交 7f1d2dfa 编写于 作者: T Tom Rix 提交者: Jason Gunthorpe

RDMA/mlx5: Remove unneeded semicolon

A semicolon is not needed after a switch statement.

Link: https://lore.kernel.org/r/20201031134638.2135060-1-trix@redhat.comSigned-off-by: NTom Rix <trix@redhat.com>
Signed-off-by: NJason Gunthorpe <jgg@nvidia.com>
上级 0583531b
...@@ -3078,7 +3078,7 @@ static int ib_to_mlx5_rate_map(u8 rate) ...@@ -3078,7 +3078,7 @@ static int ib_to_mlx5_rate_map(u8 rate)
return 5; return 5;
default: default:
return rate + MLX5_STAT_RATE_OFFSET; return rate + MLX5_STAT_RATE_OFFSET;
}; }
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册