From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754665AbbILEf7 (ORCPT ); Sat, 12 Sep 2015 00:35:59 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57938 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754537AbbILEf5 (ORCPT ); Sat, 12 Sep 2015 00:35:57 -0400 Date: Fri, 11 Sep 2015 20:01:39 -0700 From: Greg KH To: Anjali Menon Cc: oleg.drokin@intel.com, andreas.dilger@intel.com, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, ktkhai@parallels.com Subject: Re: [PATCH] staging: lustre: lnet: klnds: socklnd: Added a space Message-ID: <20150912030139.GA9806@kroah.com> References: <1441984737-6422-1-git-send-email-cse.anjalimenon@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1441984737-6422-1-git-send-email-cse.anjalimenon@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 11, 2015 at 08:48:57PM +0530, Anjali Menon wrote: > Added a space to fix the following coding style error detected by > checkpatch: > > ERROR: spaces required around that ':' (ctx:VxE) > > Signed-off-by: Anjali Menon > --- > drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c > index fa7ad88..81943be 100644 > --- a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c > +++ b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c > @@ -715,7 +715,7 @@ ksocknal_queue_tx_locked (ksock_tx_t *tx, ksock_conn_t *conn) > LASSERT (tx->tx_resid == tx->tx_nob); > > CDEBUG (D_NET, "Packet %p type %d, nob %d niov %d nkiov %d\n", > - tx, (tx->tx_lnetmsg != NULL) ? tx->tx_lnetmsg->msg_hdr.type: > + tx, (tx->tx_lnetmsg != NULL) ? tx->tx_lnetmsg->msg_hdr.type : > KSOCK_MSG_NOOP, > tx->tx_nob, tx->tx_niov, tx->tx_nkiov); > > -- > 1.9.1 Someone else already sent this patch in before you did, sorry. greg k-h