From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965172AbcCIXZO (ORCPT ); Wed, 9 Mar 2016 18:25:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33045 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964980AbcCIXZH (ORCPT ); Wed, 9 Mar 2016 18:25:07 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20160309232256.18612.76458.stgit@warthog.procyon.org.uk> References: <20160309232256.18612.76458.stgit@warthog.procyon.org.uk> Cc: dhowells@redhat.com, linux-afs@lists.infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] rxrpc: Replace all unsigned with unsigned int MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <19317.1457565904.1@warthog.procyon.org.uk> Date: Wed, 09 Mar 2016 23:25:04 +0000 Message-ID: <19318.1457565904@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Wed, 09 Mar 2016 23:25:06 +0000 (UTC) To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Howells wrote: > Replace all "unsigned" types with "unsigned int" types. > > Reported-by: David Miller > Signed-off-by: David Howells This is aimed at net-next. David