Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755975AbdGLJDc (ORCPT ); Wed, 12 Jul 2017 05:03:32 -0400 Received: from o1682455182.outbound-mail.sendgrid.net ([168.245.5.182]:50867 "EHLO o1682455182.outbound-mail.sendgrid.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755915AbdGLJD3 (ORCPT ); Wed, 12 Jul 2017 05:03:29 -0400 Date: Wed, 12 Jul 2017 09:03:28 +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 4/4] Staging: Lustre Fix block statement style issue Message-ID: <774a2f25b839305f100e7fa99ebf835fb2ab7d44.1499849566.git.Craig@craiginches.com> 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: UsLXQ589HNP4HLBydmD9pgHURQozLYm9XliudupI8YuoMJ+P3epd0c8j6wfqH5OMFEcrMFMEbXy6Wf S7LJ2kEJ6UstZmrAKNJyBJS36guV0qBU9KG+Dxmam5295qzxya/wLriZKOBkH2iGxJh/L9snPd27p5 BX72ciBth7tP5GuIWtmbOd4/QVm4GRzmeV5Bdvd3o5GzR3wmgwgKiPtEP1CPDABjNeoS5AVQ2jPDEb w= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 769 Lines: 23 This fixes a block statement which didnt end with */ Signed-off-by: Craig Inches --- drivers/staging/lustre/include/linux/lnet/socklnd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/lustre/include/linux/lnet/socklnd.h b/drivers/staging/lustre/include/linux/lnet/socklnd.h index dd5bc0e46560..a1ae66ede7a8 100644 --- a/drivers/staging/lustre/include/linux/lnet/socklnd.h +++ b/drivers/staging/lustre/include/linux/lnet/socklnd.h @@ -76,7 +76,8 @@ struct ksock_msg { __u64 ksm_zc_cookies[2]; /* Zero-Copy request/ACK cookie */ union { struct ksock_lnet_msg lnetmsg; /* lnet message, it's empty if - * it's NOOP */ + * it's NOOP + */ } WIRE_ATTR ksm_u; } WIRE_ATTR; -- 2.13.0