staging: lustre: lnet: lnet: Removed a space
Removed a space to fix the following coding style warning detected by checkpatch: WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Anjali Menon <cse.anjalimenon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f1c4ad3a2e
commit
59cfb96fcd
@ -1497,7 +1497,7 @@ lnet_notify(lnet_ni_t *ni, lnet_nid_t nid, int alive, unsigned long when)
|
||||
unsigned long now = cfs_time_current();
|
||||
int cpt = lnet_cpt_of_nid(nid);
|
||||
|
||||
LASSERT(!in_interrupt ());
|
||||
LASSERT(!in_interrupt());
|
||||
|
||||
CDEBUG(D_NET, "%s notifying %s: %s\n",
|
||||
(ni == NULL) ? "userspace" : libcfs_nid2str(ni->ni_nid),
|
||||
|
Loading…
x
Reference in New Issue
Block a user