Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755715AbdGLJCs (ORCPT ); Wed, 12 Jul 2017 05:02:48 -0400 Received: from o1.7nn.fshared.sendgrid.net ([167.89.55.65]:17804 "EHLO o1.7nn.fshared.sendgrid.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750817AbdGLJCm (ORCPT ); Wed, 12 Jul 2017 05:02:42 -0400 Date: Wed, 12 Jul 2017 09:02:40 +0000 (UTC) From: Craig Inches To: Oleg Drokin , Andreas Dilger , James Simmons , Greg Kroah-Hartman Cc: lustre-devel@lists.lustre.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 1/4] Staging: Lustre Clean up line over 80Char in lib-lnet.h Message-ID: Mail-Followup-To: Oleg Drokin , Andreas Dilger , James Simmons , Greg Kroah-Hartman , lustre-devel@lists.lustre.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) X-SG-EID: UsLXQ589HNP4HLBydmD9pgHURQozLYm9XliudupI8Yue1e8rEsRWGI/gZBDKc89bv4HTK9v6BwrYPp tsIDHQwZS568WiueWBZbdVaKYOHRyKjMVxW89oPmI786gNxMgPNQ8MpBAVOubN9evh1KacDGF3LloT AMlHpk/LxtmG8qDLBxTd274rVjtu0Xvs6uWR3D1eeaIv2r6lr+caZStnFKMfqYcAKJlT9G+dvHQBTk k= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 980 Lines: 24 This patch fixes a warning generated by checkpatch for a line over 80 characters. Signed-off-by: Craig Inches --- drivers/staging/lustre/include/linux/lnet/lib-lnet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.13.0