]> git.baikalelectronics.ru Git - kernel.git/commit
IB/core: Remove redundant return
authorYuval Shaia <yuval.shaia@oracle.com>
Thu, 10 May 2018 06:32:43 +0000 (09:32 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 15 May 2018 22:22:02 +0000 (16:22 -0600)
commit57db089c29fa8ec1164cf049fe17e4219ea66048
tree481a66b5cecc756ea604f6dd9f9a88fe88fc8b1e
parentc267391c08fcd1d194be87a31a35c2f614e6d1d5
IB/core: Remove redundant return

"return" statement at the end of void function is redundant, removing
it.

Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Reviewed-by: Qing Huang <qing.huang@oracle.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/umem.c