From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754328AbcEQD0F (ORCPT ); Mon, 16 May 2016 23:26:05 -0400 Received: from mail-pa0-f68.google.com ([209.85.220.68]:33275 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752710AbcEQD0D (ORCPT ); Mon, 16 May 2016 23:26:03 -0400 Date: Tue, 17 May 2016 08:55:56 +0530 From: Amit Ghadge To: Greg KH Cc: abbotti@mev.co.uk, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: comedi: quatech_daqp_cs.c: fixed a warning issue Message-ID: <20160517032555.GA9789@localhost.localdomain> References: <1463420071-4460-1-git-send-email-amitg.b14@gmail.com> <20160516181905.GA12970@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160516181905.GA12970@kroah.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 I check with "./scripts/checkpatch.pl --file --terse drivers/staging/comedi/drivers/quatech_daqp_cs.c" and show the warning message, "drivers/staging/comedi/drivers/quatech_daqp_cs.c:646: WARNING: Prefer 'unsigned int' to bare use of 'unsigned'" This patch reduced the warning message. On Mon, May 16, 2016 at 11:19:05AM -0700, Greg KH wrote: > On Mon, May 16, 2016 at 11:04:31PM +0530, Amit Ghadge wrote: > > Fixed a warning issue to use 'unsigned int'. > > > > build warning? I don't see that anywhere in the build output. > > Please be specific.