mirror of https://gitee.com/openkylin/linux.git
drivers: staging: lustre: lnet: api-nc.c: Fix Style Warnings
Remove an unecessary return statement in a void function. Remove an unecessary space between a function name and the parentheses. Signed-off-by: Thomas Wood <tommyandrena@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3ff2804997
commit
565f3d2fd0
|
@ -1645,7 +1645,6 @@ lnet_destroy_ping_info(void)
|
|||
offsetof(lnet_ping_info_t,
|
||||
pi_ni[the_lnet.ln_ping_info->pi_nnis]));
|
||||
the_lnet.ln_ping_info = NULL;
|
||||
return;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue