From: Craig Inches Date: Wed, 12 Jul 2017 09:02:40 +0000 (+0000) Subject: Staging: Lustre Clean up line over 80Char in lib-lnet.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=358fc9771e1d85e18aa95a2673655715b058d484;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/include/linux/lnet/lib-lnet.h b/drivers/staging/lustre/include/linux/lnet/lib-lnet.h index 8ae7423b4543..f534115d402a 100644 --- a/drivers/staging/lustre/include/linux/lnet/lib-lnet.h +++ b/drivers/staging/lustre/include/linux/lnet/lib-lnet.h @@ -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,