From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753595AbcHUVLn (ORCPT ); Sun, 21 Aug 2016 17:11:43 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33970 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753331AbcHUVLl (ORCPT ); Sun, 21 Aug 2016 17:11:41 -0400 Date: Sun, 21 Aug 2016 16:38:29 +0200 From: Greg Kroah-Hartman To: Anson Jacob Cc: andreas.dilger@intel.com, oleg.drokin@intel.com, Staging List , Kernel List Subject: Re: [PATCH] staging: lustre: fix bare use of 'unsigned' Message-ID: <20160821143829.GA26109@kroah.com> References: <20160816202405.GA4222@X250> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160816202405.GA4222@X250> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 16, 2016 at 04:24:05PM -0400, Anson Jacob wrote: > fix checkpatch.pl warning > Prefer 'unsigned int' to bare use of 'unsigned' > > Signed-off-by: Anson Jacob > --- > drivers/staging/lustre/lustre/include/cl_object.h | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) Patch does not apply to my tree, can you rebase it against the latest staging-testing branch and resend? thanks, greg k-h