mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 11:40:19 -04:00
Staging: Lustre Clean up line over 80Char in lib-lnet.h
This patch fixes a warning generated by checkpatch for a line over 80 characters. Signed-off-by: Craig Inches <Craig@craiginches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f124a47857
commit
358fc9771e
@@ -453,7 +453,8 @@ extern int portal_rotor;
|
||||
int lnet_lib_init(void);
|
||||
void lnet_lib_exit(void);
|
||||
|
||||
int lnet_notify(struct lnet_ni *ni, lnet_nid_t peer, int alive, unsigned long when);
|
||||
int lnet_notify(struct lnet_ni *ni, lnet_nid_t peer, int alive,
|
||||
unsigned long when);
|
||||
void lnet_notify_locked(struct lnet_peer *lp, int notifylnd, int alive,
|
||||
unsigned long when);
|
||||
int lnet_add_route(__u32 net, __u32 hops, lnet_nid_t gateway_nid,
|
||||
|
||||
Reference in New Issue
Block a user