From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: [RFC net-next] treewide: s/ipv4_is_()/ipv4_addr_/ Date: Wed, 10 Oct 2012 12:38:43 -0700 Message-ID: <1349897923.2035.31.camel@joe-AO722> References: <1349894559.2035.12.camel@joe-AO722> <1349895710.21172.7235.camel@edumazet-glaptop> <1349897005.2035.24.camel@joe-AO722> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: netdev , LKML , Brian Haley To: Eric Dumazet , David Miller Return-path: Received: from perches-mx.perches.com ([206.117.179.246]:60367 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753977Ab2JJTir (ORCPT ); Wed, 10 Oct 2012 15:38:47 -0400 In-Reply-To: <1349897005.2035.24.camel@joe-AO722> Sender: netdev-owner@vger.kernel.org List-ID: ipv4 and ipv6 use different styles for these tests. ipv4_is_(__be32) ipv6_addr_(struct in6_addr *) Perhaps it'd be good to convert the ipv4 tests to the ipv6 style. There are ~100 instances of ipv4_is_ tests treewide.