From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752411AbdKWE7b (ORCPT ); Wed, 22 Nov 2017 23:59:31 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:44007 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752233AbdKWE7a (ORCPT ); Wed, 22 Nov 2017 23:59:30 -0500 X-ME-Sender: Date: Thu, 23 Nov 2017 15:59:26 +1100 From: "Tobin C. Harding" To: Stefano Manni Cc: Oleg Drokin , Andreas Dilger , James Simmons , Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, lustre-devel@lists.lustre.org Subject: Re: [PATCH 0/4] staging: lustre: fixed some signedness warns from sparse Message-ID: <20171123045926.GD12736@eros> References: <20171122193831.11801-1-stefano.manni@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171122193831.11801-1-stefano.manni@gmail.com> X-Mailer: Mutt 1.5.24 (2015-08-30) 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 Wed, Nov 22, 2017 at 08:38:27PM +0100, Stefano Manni wrote: > Fixed some signedness warnings from sparse on lustre. > > Stefano Manni (4): > staging: lustre: fixed signedness of some socklnd params > staging: lustre: fixed signedness of llite > staging: lustre: fixed signedness of lov > staging: lustre: fixed signedness of obdclass You may like to use imperative mood for your git log brief descriptions Stefano. s/fixed/fix/ For justification see Documentation/process/submitting-patches.rst. Specifically section 2 of that document. Hope this helps, Tobin. > drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h | 4 ++-- > .../staging/lustre/lnet/klnds/socklnd/socklnd_modparams.c | 2 +- > drivers/staging/lustre/lustre/llite/dir.c | 3 ++- > drivers/staging/lustre/lustre/llite/llite_lib.c | 9 ++++++--- > drivers/staging/lustre/lustre/llite/lproc_llite.c | 14 ++++++-------- > drivers/staging/lustre/lustre/lov/lov_obd.c | 2 +- > drivers/staging/lustre/lustre/lov/lov_offset.c | 11 +++++++---- > drivers/staging/lustre/lustre/obdclass/obd_mount.c | 2 +- > 8 files changed, 26 insertions(+), 21 deletions(-) > > -- > 2.5.5 > > _______________________________________________ > devel mailing list > devel@linuxdriverproject.org > http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel