Commit daa4d3ea authored by Nilesh Kokane's avatar Nilesh Kokane Committed by Greg Kroah-Hartman

Staging: lustre: lnet :socklnd return statement in void function not useful

Return function in void function is not needed.
Signed-off-by: default avatarNilesh Kokane <Nilesh.Kokane05@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7fc8f5a8
......@@ -1838,7 +1838,6 @@ ksocknal_query(lnet_ni_t *ni, lnet_nid_t nid, unsigned long *when)
ksocknal_launch_all_connections_locked(peer);
write_unlock_bh(glock);
return;
}
static void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment