mirror of https://gitee.com/openkylin/linux.git
Staging: lustre: lnet :socklnd return statement in void function not useful
Return function in void function is not needed. Signed-off-by: Nilesh Kokane <Nilesh.Kokane05@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7fc8f5a82b
commit
daa4d3ea1e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue