Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753921AbcCZT7D (ORCPT ); Sat, 26 Mar 2016 15:59:03 -0400 Received: from smtprelay0196.hostedemail.com ([216.40.44.196]:36504 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752679AbcCZT7B (ORCPT ); Sat, 26 Mar 2016 15:59:01 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::::,RULES_HIT:41:355:379:541:599:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1381:1437:1515:1516:1518:1534:1538:1566:1593:1594:1711:1714:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3622:3865:3868:3870:3872:3873:3874:4321:5007:6121:10004:10400:10848:11232:11658:11914:12048:12517:12519:12740:13069:13311:13357:13439:14181:14659:14721:21080:30054:30064:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: men70_3133f02560d3d X-Filterd-Recvd-Size: 1371 Message-ID: <1459022336.23450.7.camel@perches.com> Subject: Re: [PATCH] staging: iio: convert bare unsigned usage to unsigned int From: Joe Perches To: Alison Schofield , lars@metafoo.de, Michael.Hennerich@analog.com, jic23@kernel.org, knaack.h@gmx.de, pmeerw@pmeerw.net, gregkh@linuxfoundation.org, linux-iio@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Date: Sat, 26 Mar 2016 12:58:56 -0700 In-Reply-To: <20160326195012.GA13368@d830.WORKGROUP> References: <20160326195012.GA13368@d830.WORKGROUP> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.2-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 408 Lines: 11 On Sat, 2016-03-26 at 12:50 -0700, Alison Schofield wrote: > Use kernel preferred unsigned int declaration style. > > Patch created using: > git ls-files drivers/staging/iio | \ > xargs ./scripts/checkpatch.pl -f --fix-inplace --types=unspecified_int > > Hand edits restored columns in structure definitions. This all seems reasonable and it's good you redid the columns. checkpatch isn't smart for that.