From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] drivers/net/mlx4: Adjust constant Date: Tue, 21 Jul 2009 13:01:49 -0700 (PDT) Message-ID: <20090721.130149.71286172.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org To: julia@diku.dk Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:41232 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756065AbZGUUBn (ORCPT ); Tue, 21 Jul 2009 16:01:43 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Julia Lawall Date: Sun, 19 Jul 2009 18:09:25 +0200 (CEST) > From: Julia Lawall > > The values in the advertising field are typically ADVERTISED_xxx, not > SUPPORTED_xxx. Both SUPPORTED_10000baseT_Full and > ADVERTISED_1000baseT_Full have the same value. > > The semantic match that finds this problem is as follows: > (http://www.emn.fr/x-info/coccinelle/) ... > Signed-off-by: Julia Lawall Applied.