projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c4ad3
)
staging: lustre: lnet: lnet: Removed a space
author
Anjali Menon
<
[email protected]
>
Wed, 16 Sep 2015 11:42:21 +0000
(17:12 +0530)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 17 Sep 2015 04:25:25 +0000
(21:25 -0700)
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 <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/lustre/lnet/lnet/router.c
patch
|
blob
|
history
diff --git
a/drivers/staging/lustre/lnet/lnet/router.c
b/drivers/staging/lustre/lnet/lnet/router.c
index 4fbae5ef44a9efb8353545973277d7d9ea9622ba..75ff382b93423380538b0c4bd2ec9c354a4b15b3 100644
(file)
--- a/
drivers/staging/lustre/lnet/lnet/router.c
+++ b/
drivers/staging/lustre/lnet/lnet/router.c
@@
-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),