From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751285AbcFRD4l (ORCPT ); Fri, 17 Jun 2016 23:56:41 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35136 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751239AbcFRD4k (ORCPT ); Fri, 17 Jun 2016 23:56:40 -0400 Date: Fri, 17 Jun 2016 20:56:39 -0700 From: Greg KH To: Amit Ghadge Cc: abbotti@mev.co.uk, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: comedi: quatech_daqp_cs.c: Fix a unsigned warning issue Message-ID: <20160618035639.GC5123@kroah.com> References: <1463504024-4448-1-git-send-email-amitg.b14@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463504024-4448-1-git-send-email-amitg.b14@gmail.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 17, 2016 at 10:23:44PM +0530, Amit Ghadge wrote: > This is a patch to the quatech_daqp_cs.c file that fixes by using > unsigned int instead of unsigned, following warning found by checkpatch. > * WARNING: Prefer 'unsigned int' to bare use of 'unsigned' > > Signed-off-by: Amit Ghadge > Reviewed-by: Ian Abbott > --- > drivers/staging/comedi/drivers/quatech_daqp_cs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Someone sent in this change before you did, sorry :(