From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 08/43] drivers/net/ppp*.c: fix sparse warnings: fix signedness Date: Tue, 17 Feb 2009 17:22:06 -0800 (PST) Message-ID: <20090217.172206.07506142.davem@davemloft.net> References: <20090214210940.23489.95001.stgit@vmbox.hanneseder.net> <20090214211346.23489.96321.stgit@vmbox.hanneseder.net> <20090214212948.GE7648@localhost> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: hannes@hanneseder.net, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org To: gorcunov@gmail.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:47832 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753675AbZBRBWV (ORCPT ); Tue, 17 Feb 2009 20:22:21 -0500 In-Reply-To: <20090214212948.GE7648@localhost> Sender: netdev-owner@vger.kernel.org List-ID: From: Cyrill Gorcunov Date: Sun, 15 Feb 2009 00:29:48 +0300 > [Hannes Eder - Sat, Feb 14, 2009 at 10:13:52PM +0100] > | Fix this sparse warnings: > | drivers/net/ppp_generic.c:919:43: warning: incorrect type in argument 1 (different signedness) > | drivers/net/pppoe.c:1195:43: warning: incorrect type in argument 1 (different signedness) > | drivers/net/pppol2tp.c:2666:43: warning: incorrect type in argument 1 (different signedness) > | > | Signed-off-by: Hannes Eder > ... > > Thanks Hannes, > > Acked-by: Cyrill Gorcunov Applied.