IB/core: Use memdup_user() rather than duplicating its implementation
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 22 Aug 2016 16:23:24 +0000 (18:23 +0200)
committerDoug Ledford <dledford@redhat.com>
Tue, 23 Aug 2016 16:40:13 +0000 (12:40 -0400)
commit92d27ae6b3bb3491c1685fb3ca7ae1b26d81bdf4
treee337a55475d8899a35c3d5bc76d00b808d28a21e
parent48ef5865d08fa0a36d786f2f8e12c6194d27538b
IB/core: Use memdup_user() rather than duplicating its implementation

* Reuse existing functionality from memdup_user() instead of keeping
  duplicate source code.

  This issue was detected by using the Coccinelle software.

* The local variable "ret" will be set to an appropriate value a bit later.
  Thus omit the explicit initialisation at the beginning.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Doug Ledford <dledford@redhat.com>
include/rdma/ib_verbs.h