]> asedeno.scripts.mit.edu Git - linux.git/commit
IB/mlx5: Remove unnecessary return statement
authorErez Alfasi <ereza@mellanox.com>
Wed, 2 Oct 2019 12:25:15 +0000 (15:25 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Fri, 4 Oct 2019 18:38:16 +0000 (15:38 -0300)
commit2d67c0798821c453d2f165e986567de50f33cbed
tree5bac9b4042c494fc3f4acb25470e4b9eb57c396f
parent4b2a67362e7814641730fa4c561a9ef609fc7a03
IB/mlx5: Remove unnecessary return statement

There is no reason to call return at the end of function which returns
void. Remove this unnecessary statement.

Link: https://lore.kernel.org/r/20191002122517.17721-3-leon@kernel.org
Signed-off-by: Erez Alfasi <ereza@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/odp.c